Uses of Class
com.amazonaws.services.codepipeline.model.JobStatus
-
Packages that use JobStatus Package Description com.amazonaws.services.codepipeline.model -
-
Uses of JobStatus in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return JobStatus Modifier and Type Method Description static JobStatus
JobStatus. fromValue(String value)
Use this in place of valueOf.static JobStatus
JobStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobStatus[]
JobStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.codepipeline.model with parameters of type JobStatus Modifier and Type Method Description void
AcknowledgeJobResult. setStatus(JobStatus status)
Whether the job worker has received the specified job.void
AcknowledgeThirdPartyJobResult. setStatus(JobStatus status)
The status information for the third party job, if any.AcknowledgeJobResult
AcknowledgeJobResult. withStatus(JobStatus status)
Whether the job worker has received the specified job.AcknowledgeThirdPartyJobResult
AcknowledgeThirdPartyJobResult. withStatus(JobStatus status)
The status information for the third party job, if any.
-