Uses of Class
com.amazonaws.services.codepipeline.model.CurrentRevision
Packages that use CurrentRevision
-
Uses of CurrentRevision in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return CurrentRevisionModifier and TypeMethodDescriptionCurrentRevision.clone()PutJobSuccessResultRequest.getCurrentRevision()The ID of the current revision of the artifact successfully worked upon by the job.PutThirdPartyJobSuccessResultRequest.getCurrentRevision()CurrentRevision.withChangeIdentifier(String changeIdentifier) The change identifier for the current revision.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 CurrentRevisionModifier and TypeMethodDescriptionvoidPutJobSuccessResultRequest.setCurrentRevision(CurrentRevision currentRevision) The ID of the current revision of the artifact successfully worked upon by the job.voidPutThirdPartyJobSuccessResultRequest.setCurrentRevision(CurrentRevision currentRevision) PutJobSuccessResultRequest.withCurrentRevision(CurrentRevision currentRevision) The ID of the current revision of the artifact successfully worked upon by the job.PutThirdPartyJobSuccessResultRequest.withCurrentRevision(CurrentRevision currentRevision)