| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CurrentRevision | CurrentRevision. clone() | 
| CurrentRevision | PutJobSuccessResultRequest. getCurrentRevision()
 The ID of the current revision of the artifact successfully worked on by the job. | 
| CurrentRevision | PutThirdPartyJobSuccessResultRequest. getCurrentRevision()
 Represents information about a current revision. | 
| CurrentRevision | CurrentRevision. withChangeIdentifier(String changeIdentifier)
 The change identifier for the current revision. | 
| CurrentRevision | CurrentRevision. withCreated(Date created)
 The date and time when the most recent revision of the artifact was created, in timestamp format. | 
| CurrentRevision | CurrentRevision. withRevision(String revision)
 The revision ID of the current version of an artifact. | 
| CurrentRevision | CurrentRevision. withRevisionSummary(String revisionSummary)
 The summary of the most recent revision of the artifact. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PutJobSuccessResultRequest. setCurrentRevision(CurrentRevision currentRevision)
 The ID of the current revision of the artifact successfully worked on by the job. | 
| void | PutThirdPartyJobSuccessResultRequest. setCurrentRevision(CurrentRevision currentRevision)
 Represents information about a current revision. | 
| PutJobSuccessResultRequest | PutJobSuccessResultRequest. withCurrentRevision(CurrentRevision currentRevision)
 The ID of the current revision of the artifact successfully worked on by the job. | 
| PutThirdPartyJobSuccessResultRequest | PutThirdPartyJobSuccessResultRequest. withCurrentRevision(CurrentRevision currentRevision)
 Represents information about a current revision. | 
Copyright © 2021. All rights reserved.