net.nemerosa.ontrack.extension.jenkins.client.JenkinsJobState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-extension-jenkins Show documentation
Show all versions of ontrack-extension-jenkins Show documentation
Ontrack module: ontrack-extension-jenkins
package net.nemerosa.ontrack.extension.jenkins.client;
public enum JenkinsJobState {
IDLE,
DISABLED,
RUNNING
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy