Interface ActionState.Builder

    • Method Detail

      • actionName

        ActionState.Builder actionName​(String actionName)

        The name of the action.

        Parameters:
        actionName - The name of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • currentRevision

        ActionState.Builder currentRevision​(ActionRevision currentRevision)

        Represents information about the version (or revision) of an action.

        Parameters:
        currentRevision - Represents information about the version (or revision) of an action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • latestExecution

        ActionState.Builder latestExecution​(ActionExecution latestExecution)

        Represents information about the run of an action.

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

        ActionState.Builder entityUrl​(String entityUrl)

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

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

        ActionState.Builder revisionUrl​(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.