Enum JiraSendInfoResponse.Status
java.lang.Object
java.lang.Enum<JiraSendInfoResponse.Status>
com.atlassian.jira.cloud.jenkins.common.response.JiraSendInfoResponse.Status
- All Implemented Interfaces:
Serializable
,Comparable<JiraSendInfoResponse.Status>
- Enclosing class:
- JiraSendInfoResponse
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JiraSendInfoResponse.Status
Returns the enum constant of this type with the specified name.static JiraSendInfoResponse.Status[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SUCCESS_BUILD_ACCEPTED
-
SUCCESS_DEPLOYMENT_ACCEPTED
-
SUCCESS_GATE_CHECK
-
FAILURE_BUILD_REJECTED
-
FAILURE_DEPLOYMENT_REJECTED
-
FAILURE_UNKNOWN_ISSUE_KEYS
-
FAILURE_UNKNOWN_ASSOCIATIONS
-
FAILURE_SITE_CONFIG_NOT_FOUND
-
FAILURE_SECRET_NOT_FOUND
-
FAILURE_SCM_REVISION_NOT_FOUND
-
FAILURE_SITE_NOT_FOUND
-
FAILURE_ACCESS_TOKEN
-
FAILURE_BUILDS_API_RESPONSE
-
FAILURE_DEPLOYMENTS_API_RESPONSE
-
FAILURE_DEPLOYMENT_GATING_MANY_JIRAS
-
FAILURE_UNEXPECTED_RESPONSE
-
FAILURE_ENVIRONMENT_INVALID
-
FAILURE_STATE_INVALID
-
FAILURE_GATE_CHECK
-
SKIPPED_ISSUE_KEYS_NOT_FOUND
-
SKIPPED_ISSUE_KEYS_NOT_FOUND_AND_SERVICE_IDS_ARE_EMPTY
public static final JiraSendInfoResponse.Status SKIPPED_ISSUE_KEYS_NOT_FOUND_AND_SERVICE_IDS_ARE_EMPTY
-
-
Field Details
-
isFailure
public final boolean isFailure
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-