Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
RuleState |
RuleState.clone() |
RuleState |
RuleState.withCurrentRevision(RuleRevision currentRevision)
The ID of the current revision of the artifact successfully worked on by the job.
|
RuleState |
RuleState.withEntityUrl(String entityUrl)
A URL link for more information about the state of the action, such as a details page.
|
RuleState |
RuleState.withLatestExecution(RuleExecution latestExecution)
Represents information about the latest run of an rule.
|
RuleState |
RuleState.withRevisionUrl(String revisionUrl)
A URL link for more information about the revision, such as a commit details page.
|
RuleState |
RuleState.withRuleName(String ruleName)
The name of the rule.
|
Modifier and Type | Method and Description |
---|---|
List<RuleState> |
ConditionState.getRuleStates()
The state of the rules for the condition.
|
Modifier and Type | Method and Description |
---|---|
ConditionState |
ConditionState.withRuleStates(RuleState... ruleStates)
The state of the rules for the condition.
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionState.setRuleStates(Collection<RuleState> ruleStates)
The state of the rules for the condition.
|
ConditionState |
ConditionState.withRuleStates(Collection<RuleState> ruleStates)
The state of the rules for the condition.
|
Copyright © 2025. All rights reserved.