Uses of Class
com.amazonaws.services.codepipeline.model.CurrentRevision
-
Packages that use CurrentRevision Package Description com.amazonaws.services.codepipeline.model -
-
Uses of CurrentRevision in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return CurrentRevision Modifier and Type Method Description CurrentRevision
CurrentRevision. clone()
CurrentRevision
PutJobSuccessResultRequest. getCurrentRevision()
The ID of the current revision of the artifact successfully worked upon by the job.CurrentRevision
PutThirdPartyJobSuccessResultRequest. getCurrentRevision()
CurrentRevision
CurrentRevision. withChangeIdentifier(String changeIdentifier)
The change identifier for the current revision.CurrentRevision
CurrentRevision. withRevision(String revision)
The revision ID of the current version of an artifact.Methods in com.amazonaws.services.codepipeline.model with parameters of type CurrentRevision Modifier and Type Method Description void
PutJobSuccessResultRequest. setCurrentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked upon by the job.void
PutThirdPartyJobSuccessResultRequest. setCurrentRevision(CurrentRevision currentRevision)
PutJobSuccessResultRequest
PutJobSuccessResultRequest. withCurrentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked upon by the job.PutThirdPartyJobSuccessResultRequest
PutThirdPartyJobSuccessResultRequest. withCurrentRevision(CurrentRevision currentRevision)
-