Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
RuleRevision |
RuleRevision.clone() |
RuleRevision |
RuleState.getCurrentRevision()
The ID of the current revision of the artifact successfully worked on by the job.
|
RuleRevision |
RuleRevision.withCreated(Date created)
The date and time when the most recent version of the rule was created, in timestamp format.
|
RuleRevision |
RuleRevision.withRevisionChangeId(String revisionChangeId)
The unique identifier of the change that set the state to this revision (for example, a deployment ID or
timestamp).
|
RuleRevision |
RuleRevision.withRevisionId(String revisionId)
The system-generated unique ID that identifies the revision number of the rule.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleState.setCurrentRevision(RuleRevision currentRevision)
The ID of the current revision of the artifact successfully worked on by the job.
|
RuleState |
RuleState.withCurrentRevision(RuleRevision currentRevision)
The ID of the current revision of the artifact successfully worked on by the job.
|
Copyright © 2025. All rights reserved.