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
how can I delete job in folder? like this:
public class JenkinsServer{ public void deleteJob(FolderJob folder , String jobName) throws IOException; }
maybe you can make JenkinsHttpClient protected for us
public class JenkinsServer{ **protected** final JenkinsHttpClient client; }
The text was updated successfully, but these errors were encountered:
6fe6c77
Fixed #168
ea911df
o Added deleteJob in folder.
No branches or pull requests
how can I delete job in folder?
like this:
maybe you can make JenkinsHttpClient protected for us
The text was updated successfully, but these errors were encountered: