Class PutActionRevisionRequest

    • Constructor Detail

      • PutActionRevisionRequest

        public PutActionRevisionRequest()
    • Method Detail

      • setPipelineName

        public void setPipelineName​(String pipelineName)

        The name of the pipeline that will start processing the revision to the source.

        Parameters:
        pipelineName - The name of the pipeline that will start processing the revision to the source.
      • getPipelineName

        public String getPipelineName()

        The name of the pipeline that will start processing the revision to the source.

        Returns:
        The name of the pipeline that will start processing the revision to the source.
      • withPipelineName

        public PutActionRevisionRequest withPipelineName​(String pipelineName)

        The name of the pipeline that will start processing the revision to the source.

        Parameters:
        pipelineName - The name of the pipeline that will start processing the revision to the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStageName

        public void setStageName​(String stageName)

        The name of the stage that contains the action that will act upon the revision.

        Parameters:
        stageName - The name of the stage that contains the action that will act upon the revision.
      • getStageName

        public String getStageName()

        The name of the stage that contains the action that will act upon the revision.

        Returns:
        The name of the stage that contains the action that will act upon the revision.
      • withStageName

        public PutActionRevisionRequest withStageName​(String stageName)

        The name of the stage that contains the action that will act upon the revision.

        Parameters:
        stageName - The name of the stage that contains the action that will act upon the revision.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setActionName

        public void setActionName​(String actionName)

        The name of the action that will process the revision.

        Parameters:
        actionName - The name of the action that will process the revision.
      • getActionName

        public String getActionName()

        The name of the action that will process the revision.

        Returns:
        The name of the action that will process the revision.
      • withActionName

        public PutActionRevisionRequest withActionName​(String actionName)

        The name of the action that will process the revision.

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

        public void setActionRevision​(ActionRevision actionRevision)
        Parameters:
        actionRevision -
      • getActionRevision

        public ActionRevision getActionRevision()
        Returns:
      • withActionRevision

        public PutActionRevisionRequest withActionRevision​(ActionRevision actionRevision)
        Parameters:
        actionRevision -
        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; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object