JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.codepipeline.model

Class RuleState

    • Constructor Detail

      • RuleState

        public RuleState()
    • Method Detail

      • setRuleName

        public void setRuleName(String ruleName)

        The name of the rule.

        Parameters:
        ruleName - The name of the rule.
      • getRuleName

        public String getRuleName()

        The name of the rule.

        Returns:
        The name of the rule.
      • withRuleName

        public RuleState withRuleName(String ruleName)

        The name of the rule.

        Parameters:
        ruleName - The name of the rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCurrentRevision

        public void setCurrentRevision(RuleRevision currentRevision)

        The ID of the current revision of the artifact successfully worked on by the job.

        Parameters:
        currentRevision - The ID of the current revision of the artifact successfully worked on by the job.
      • getCurrentRevision

        public RuleRevision getCurrentRevision()

        The ID of the current revision of the artifact successfully worked on by the job.

        Returns:
        The ID of the current revision of the artifact successfully worked on by the job.
      • withCurrentRevision

        public RuleState withCurrentRevision(RuleRevision currentRevision)

        The ID of the current revision of the artifact successfully worked on by the job.

        Parameters:
        currentRevision - The ID of the current revision of the artifact successfully worked on by the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLatestExecution

        public void setLatestExecution(RuleExecution latestExecution)

        Represents information about the latest run of an rule.

        Parameters:
        latestExecution - Represents information about the latest run of an rule.
      • getLatestExecution

        public RuleExecution getLatestExecution()

        Represents information about the latest run of an rule.

        Returns:
        Represents information about the latest run of an rule.
      • withLatestExecution

        public RuleState withLatestExecution(RuleExecution latestExecution)

        Represents information about the latest run of an rule.

        Parameters:
        latestExecution - Represents information about the latest run of an rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEntityUrl

        public void setEntityUrl(String entityUrl)

        A URL link for more information about the state of the action, such as a details page.

        Parameters:
        entityUrl - A URL link for more information about the state of the action, such as a details page.
      • getEntityUrl

        public String getEntityUrl()

        A URL link for more information about the state of the action, such as a details page.

        Returns:
        A URL link for more information about the state of the action, such as a details page.
      • withEntityUrl

        public RuleState withEntityUrl(String entityUrl)

        A URL link for more information about the state of the action, such as a details page.

        Parameters:
        entityUrl - A URL link for more information about the state of the action, such as a details page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRevisionUrl

        public void setRevisionUrl(String revisionUrl)

        A URL link for more information about the revision, such as a commit details page.

        Parameters:
        revisionUrl - A URL link for more information about the revision, such as a commit details page.
      • getRevisionUrl

        public String getRevisionUrl()

        A URL link for more information about the revision, such as a commit details page.

        Returns:
        A URL link for more information about the revision, such as a commit details page.
      • withRevisionUrl

        public RuleState withRevisionUrl(String revisionUrl)

        A URL link for more information about the revision, such as a commit details page.

        Parameters:
        revisionUrl - A URL link for more information about the revision, such as a commit details page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /