We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BugzillaConnector conn = new BugzillaConnector(); conn.connectTo(URL); GetBug getter = new GetBug(1795287); conn.executeMethod(getter);
When I am doing this, I am getting error - > Failed to locate method (get) in class (Bugzilla::WebService::Bug)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BugzillaConnector conn = new BugzillaConnector();
conn.connectTo(URL);
GetBug getter = new GetBug(1795287);
conn.executeMethod(getter);
When I am doing this, I am getting error - > Failed to locate method (get) in class (Bugzilla::WebService::Bug)
The text was updated successfully, but these errors were encountered: