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 PipelineExecutionSummary

    • Constructor Detail

      • PipelineExecutionSummary

        public PipelineExecutionSummary()
    • Method Detail

      • setPipelineExecutionId

        public void setPipelineExecutionId(String pipelineExecutionId)

        The ID of the pipeline execution.

        Parameters:
        pipelineExecutionId - The ID of the pipeline execution.
      • getPipelineExecutionId

        public String getPipelineExecutionId()

        The ID of the pipeline execution.

        Returns:
        The ID of the pipeline execution.
      • withPipelineExecutionId

        public PipelineExecutionSummary withPipelineExecutionId(String pipelineExecutionId)

        The ID of the pipeline execution.

        Parameters:
        pipelineExecutionId - The ID of the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        Parameters:
        status - The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        See Also:
        PipelineExecutionStatus
      • getStatus

        public String getStatus()

        The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        Returns:
        The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        See Also:
        PipelineExecutionStatus
      • withStatus

        public PipelineExecutionSummary withStatus(String status)

        The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        Parameters:
        status - The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PipelineExecutionStatus
      • setStatus

        public void setStatus(PipelineExecutionStatus status)

        The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        Parameters:
        status - The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        See Also:
        PipelineExecutionStatus
      • withStatus

        public PipelineExecutionSummary withStatus(PipelineExecutionStatus status)

        The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        Parameters:
        status - The status of the pipeline execution.

        • InProgress: The pipeline execution is currently running.

        • Stopped: The pipeline execution was manually stopped. For more information, see Stopped Executions.

        • Stopping: The pipeline execution received a request to be manually stopped. Depending on the selected stop mode, the execution is either completing or abandoning in-progress actions. For more information, see Stopped Executions.

        • Succeeded: The pipeline execution was completed successfully.

        • Superseded: While this pipeline execution was waiting for the next stage to be completed, a newer pipeline execution advanced and continued through the pipeline instead. For more information, see Superseded Executions.

        • Failed: The pipeline execution was not completed successfully.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PipelineExecutionStatus
      • setStatusSummary

        public void setStatusSummary(String statusSummary)

        Status summary for the pipeline.

        Parameters:
        statusSummary - Status summary for the pipeline.
      • getStatusSummary

        public String getStatusSummary()

        Status summary for the pipeline.

        Returns:
        Status summary for the pipeline.
      • withStatusSummary

        public PipelineExecutionSummary withStatusSummary(String statusSummary)

        Status summary for the pipeline.

        Parameters:
        statusSummary - Status summary for the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

        The date and time when the pipeline execution began, in timestamp format.

        Parameters:
        startTime - The date and time when the pipeline execution began, in timestamp format.
      • getStartTime

        public Date getStartTime()

        The date and time when the pipeline execution began, in timestamp format.

        Returns:
        The date and time when the pipeline execution began, in timestamp format.
      • withStartTime

        public PipelineExecutionSummary withStartTime(Date startTime)

        The date and time when the pipeline execution began, in timestamp format.

        Parameters:
        startTime - The date and time when the pipeline execution began, in timestamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastUpdateTime

        public void setLastUpdateTime(Date lastUpdateTime)

        The date and time of the last change to the pipeline execution, in timestamp format.

        Parameters:
        lastUpdateTime - The date and time of the last change to the pipeline execution, in timestamp format.
      • getLastUpdateTime

        public Date getLastUpdateTime()

        The date and time of the last change to the pipeline execution, in timestamp format.

        Returns:
        The date and time of the last change to the pipeline execution, in timestamp format.
      • withLastUpdateTime

        public PipelineExecutionSummary withLastUpdateTime(Date lastUpdateTime)

        The date and time of the last change to the pipeline execution, in timestamp format.

        Parameters:
        lastUpdateTime - The date and time of the last change to the pipeline execution, in timestamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSourceRevisions

        public List<SourceRevision> getSourceRevisions()

        A list of the source artifact revisions that initiated a pipeline execution.

        Returns:
        A list of the source artifact revisions that initiated a pipeline execution.
      • setSourceRevisions

        public void setSourceRevisions(Collection<SourceRevision> sourceRevisions)

        A list of the source artifact revisions that initiated a pipeline execution.

        Parameters:
        sourceRevisions - A list of the source artifact revisions that initiated a pipeline execution.
      • withSourceRevisions

        public PipelineExecutionSummary withSourceRevisions(Collection<SourceRevision> sourceRevisions)

        A list of the source artifact revisions that initiated a pipeline execution.

        Parameters:
        sourceRevisions - A list of the source artifact revisions that initiated a pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTrigger

        public void setTrigger(ExecutionTrigger trigger)

        The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.

        Parameters:
        trigger - The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.
      • getTrigger

        public ExecutionTrigger getTrigger()

        The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.

        Returns:
        The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.
      • withTrigger

        public PipelineExecutionSummary withTrigger(ExecutionTrigger trigger)

        The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.

        Parameters:
        trigger - The interaction or event that started a pipeline execution, such as automated change detection or a StartPipelineExecution API call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStopTrigger

        public void setStopTrigger(StopExecutionTrigger stopTrigger)

        The interaction that stopped a pipeline execution.

        Parameters:
        stopTrigger - The interaction that stopped a pipeline execution.
      • getStopTrigger

        public StopExecutionTrigger getStopTrigger()

        The interaction that stopped a pipeline execution.

        Returns:
        The interaction that stopped a pipeline execution.
      • withStopTrigger

        public PipelineExecutionSummary withStopTrigger(StopExecutionTrigger stopTrigger)

        The interaction that stopped a pipeline execution.

        Parameters:
        stopTrigger - The interaction that stopped a pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExecutionMode

        public void setExecutionMode(String executionMode)

        The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

        Parameters:
        executionMode - The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
        See Also:
        ExecutionMode
      • getExecutionMode

        public String getExecutionMode()

        The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

        Returns:
        The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
        See Also:
        ExecutionMode
      • withExecutionMode

        public PipelineExecutionSummary withExecutionMode(String executionMode)

        The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

        Parameters:
        executionMode - The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionMode
      • setExecutionMode

        public void setExecutionMode(ExecutionMode executionMode)

        The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

        Parameters:
        executionMode - The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
        See Also:
        ExecutionMode
      • withExecutionMode

        public PipelineExecutionSummary withExecutionMode(ExecutionMode executionMode)

        The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

        Parameters:
        executionMode - The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionMode
      • setExecutionType

        public void setExecutionType(String executionType)

        Type of the pipeline execution.

        Parameters:
        executionType - Type of the pipeline execution.
        See Also:
        ExecutionType
      • getExecutionType

        public String getExecutionType()

        Type of the pipeline execution.

        Returns:
        Type of the pipeline execution.
        See Also:
        ExecutionType
      • withExecutionType

        public PipelineExecutionSummary withExecutionType(String executionType)

        Type of the pipeline execution.

        Parameters:
        executionType - Type of the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionType
      • setExecutionType

        public void setExecutionType(ExecutionType executionType)

        Type of the pipeline execution.

        Parameters:
        executionType - Type of the pipeline execution.
        See Also:
        ExecutionType
      • withExecutionType

        public PipelineExecutionSummary withExecutionType(ExecutionType executionType)

        Type of the pipeline execution.

        Parameters:
        executionType - Type of the pipeline execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionType
      • setRollbackMetadata

        public void setRollbackMetadata(PipelineRollbackMetadata rollbackMetadata)

        The metadata for the stage execution to be rolled back.

        Parameters:
        rollbackMetadata - The metadata for the stage execution to be rolled back.
      • getRollbackMetadata

        public PipelineRollbackMetadata getRollbackMetadata()

        The metadata for the stage execution to be rolled back.

        Returns:
        The metadata for the stage execution to be rolled back.
      • withRollbackMetadata

        public PipelineExecutionSummary withRollbackMetadata(PipelineRollbackMetadata rollbackMetadata)

        The metadata for the stage execution to be rolled back.

        Parameters:
        rollbackMetadata - The metadata for the stage execution to be rolled back.
        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 によって変換されたページ (->オリジナル) /