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 PipelineSummary

    • Constructor Detail

      • PipelineSummary

        public PipelineSummary()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the pipeline.

        Parameters:
        name - The name of the pipeline.
      • getName

        public String getName()

        The name of the pipeline.

        Returns:
        The name of the pipeline.
      • withName

        public PipelineSummary withName(String name)

        The name of the pipeline.

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

        public void setVersion(Integer version)

        The version number of the pipeline.

        Parameters:
        version - The version number of the pipeline.
      • getVersion

        public Integer getVersion()

        The version number of the pipeline.

        Returns:
        The version number of the pipeline.
      • withVersion

        public PipelineSummary withVersion(Integer version)

        The version number of the pipeline.

        Parameters:
        version - The version number of the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setPipelineType

        public void setPipelineType(String pipelineType)

        CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

        • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

        • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

        Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

        For information about pricing for CodePipeline, see Pricing.

        For information about which type of pipeline to choose, see What type of pipeline is right for me?.

        Parameters:
        pipelineType - CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

        • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

        • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

        Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

        For information about pricing for CodePipeline, see Pricing.

        For information about which type of pipeline to choose, see What type of pipeline is right for me?.

        See Also:
        PipelineType
      • getPipelineType

        public String getPipelineType()

        CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

        • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

        • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

        Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

        For information about pricing for CodePipeline, see Pricing.

        For information about which type of pipeline to choose, see What type of pipeline is right for me?.

        Returns:
        CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

        • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

        • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

        Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

        For information about pricing for CodePipeline, see Pricing.

        For information about which type of pipeline to choose, see What type of pipeline is right for me?.

        See Also:
        PipelineType
      • withPipelineType

        public PipelineSummary withPipelineType(String pipelineType)

        CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

        • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

        • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

        Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

        For information about pricing for CodePipeline, see Pricing.

        For information about which type of pipeline to choose, see What type of pipeline is right for me?.

        Parameters:
        pipelineType - CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

        • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

        • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

        Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

        For information about pricing for CodePipeline, see Pricing.

        For information about which type of pipeline to choose, see What type of pipeline is right for me?.

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

        public PipelineSummary withPipelineType(PipelineType pipelineType)

        CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

        • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

        • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

        Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

        For information about pricing for CodePipeline, see Pricing.

        For information about which type of pipeline to choose, see What type of pipeline is right for me?.

        Parameters:
        pipelineType - CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

        • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

        • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

        Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

        For information about pricing for CodePipeline, see Pricing.

        For information about which type of pipeline to choose, see What type of pipeline is right for me?.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PipelineType
      • 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 PipelineSummary 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
      • withExecutionMode

        public PipelineSummary 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
      • setCreated

        public void setCreated(Date created)

        The date and time the pipeline was created, in timestamp format.

        Parameters:
        created - The date and time the pipeline was created, in timestamp format.
      • getCreated

        public Date getCreated()

        The date and time the pipeline was created, in timestamp format.

        Returns:
        The date and time the pipeline was created, in timestamp format.
      • withCreated

        public PipelineSummary withCreated(Date created)

        The date and time the pipeline was created, in timestamp format.

        Parameters:
        created - The date and time the pipeline was created, in timestamp format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdated

        public void setUpdated(Date updated)

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

        Parameters:
        updated - The date and time of the last update to the pipeline, in timestamp format.
      • getUpdated

        public Date getUpdated()

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

        Returns:
        The date and time of the last update to the pipeline, in timestamp format.
      • withUpdated

        public PipelineSummary withUpdated(Date updated)

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

        Parameters:
        updated - The date and time of the last update to the pipeline, in timestamp format.
        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 によって変換されたページ (->オリジナル) /