com.offbytwo.jenkins.model.BuildResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jenkins-client Show documentation
Show all versions of jenkins-client Show documentation
A Jenkins API client for Java
/*
* Copyright (c) 2013 Rising Oak LLC.
*
* Distributed under the MIT license: http://opensource.org/licenses/MIT
*/
package com.offbytwo.jenkins.model;
public enum BuildResult {
FAILURE,
UNSTABLE,
REBUILDING,
BUILDING,
ABORTED,
SUCCESS,
UNKNOWN,
NOT_BUILT
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy