Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private CurrentRevision |
PutThirdPartyJobSuccessResultRequest.currentRevision |
private CurrentRevision |
PutJobSuccessResultRequest.currentRevision
The ID of the current revision of the artifact successfully worked upon
by the job.
|
Modifier and Type | Method and Description |
---|---|
CurrentRevision |
CurrentRevision.clone() |
CurrentRevision |
PutThirdPartyJobSuccessResultRequest.getCurrentRevision() |
CurrentRevision |
PutJobSuccessResultRequest.getCurrentRevision()
The ID of the current revision of the artifact successfully worked upon
by the job.
|
CurrentRevision |
CurrentRevision.withChangeIdentifier(java.lang.String changeIdentifier)
The change identifier for the current revision.
|
CurrentRevision |
CurrentRevision.withRevision(java.lang.String revision)
The revision ID of the current version of an artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
PutThirdPartyJobSuccessResultRequest.setCurrentRevision(CurrentRevision currentRevision) |
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) |
PutJobSuccessResultRequest |
PutJobSuccessResultRequest.withCurrentRevision(CurrentRevision currentRevision)
The ID of the current revision of the artifact successfully worked upon
by the job.
|
Modifier and Type | Method and Description |
---|---|
CurrentRevision |
CurrentRevisionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CurrentRevisionJsonMarshaller.marshall(CurrentRevision currentRevision,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|