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 JobStatusJobStatus. fromValue(String value)Use this in place of valueOf.static JobStatusJobStatus. 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 voidAcknowledgeJobResult. setStatus(JobStatus status)Whether the job worker has received the specified job.voidAcknowledgeThirdPartyJobResult. setStatus(JobStatus status)The status information for the third party job, if any.AcknowledgeJobResultAcknowledgeJobResult. withStatus(JobStatus status)Whether the job worker has received the specified job.AcknowledgeThirdPartyJobResultAcknowledgeThirdPartyJobResult. withStatus(JobStatus status)The status information for the third party job, if any.
-