Uses of Class
software.amazon.awssdk.services.codepipeline.model.CurrentRevision
-
Packages that use CurrentRevision Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of CurrentRevision in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return CurrentRevision Modifier and Type Method Description CurrentRevisionPutJobSuccessResultRequest. currentRevision()The ID of the current revision of the artifact successfully worked on by the job.CurrentRevisionPutThirdPartyJobSuccessResultRequest. currentRevision()Represents information about a current revision.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type CurrentRevision Modifier and Type Method Description PutJobSuccessResultRequest.BuilderPutJobSuccessResultRequest.Builder. currentRevision(CurrentRevision currentRevision)The ID of the current revision of the artifact successfully worked on by the job.PutThirdPartyJobSuccessResultRequest.BuilderPutThirdPartyJobSuccessResultRequest.Builder. currentRevision(CurrentRevision currentRevision)Represents information about a current revision.
-