Package | Description |
---|---|
com.amazonaws.service.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
CurrentRevision |
CurrentRevision.clone() |
CurrentRevision |
PutThirdPartyJobSuccessResultRequest.getCurrentRevision()
Returns the value of the CurrentRevision property for this object.
|
CurrentRevision |
PutJobSuccessResultRequest.getCurrentRevision()
The ID of the current revision of the artifact successfully worked upon
by the job.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
PutThirdPartyJobSuccessResultRequest.setCurrentRevision(CurrentRevision currentRevision)
Sets the value of the CurrentRevision property for this object.
|
void |
PutJobSuccessResultRequest.setCurrentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked upon
by the job.
|
PutThirdPartyJobSuccessResultRequest |
PutThirdPartyJobSuccessResultRequest.withCurrentRevision(CurrentRevision currentRevision)
Sets the value of the CurrentRevision property for this object.
|
PutJobSuccessResultRequest |
PutJobSuccessResultRequest.withCurrentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked upon
by the job.
|
Copyright © 2015. All rights reserved.