static RuleState.Builder |
RuleState.builder() |
|
default RuleState.Builder |
RuleState.Builder.currentRevision(Consumer<RuleRevision.Builder> currentRevision) |
The ID of the current revision of the artifact successfully worked on by the job.
|
RuleState.Builder |
RuleState.Builder.currentRevision(RuleRevision currentRevision) |
The ID of the current revision of the artifact successfully worked on by the job.
|
RuleState.Builder |
RuleState.Builder.entityUrl(String entityUrl) |
A URL link for more information about the state of the action, such as a details page.
|
default RuleState.Builder |
RuleState.Builder.latestExecution(Consumer<RuleExecution.Builder> latestExecution) |
Represents information about the latest run of an rule.
|
RuleState.Builder |
RuleState.Builder.latestExecution(RuleExecution latestExecution) |
Represents information about the latest run of an rule.
|
RuleState.Builder |
RuleState.Builder.revisionUrl(String revisionUrl) |
A URL link for more information about the revision, such as a commit details page.
|
RuleState.Builder |
RuleState.Builder.ruleName(String ruleName) |
The name of the rule.
|
RuleState.Builder |
RuleState.toBuilder() |
|