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 GitConfiguration

    • Constructor Detail

      • GitConfiguration

        public GitConfiguration()
    • Method Detail

      • setSourceActionName

        public void setSourceActionName(String sourceActionName)

        The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.

        You can only specify one trigger configuration per source action.

        Parameters:
        sourceActionName - The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.

        You can only specify one trigger configuration per source action.

      • getSourceActionName

        public String getSourceActionName()

        The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.

        You can only specify one trigger configuration per source action.

        Returns:
        The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.

        You can only specify one trigger configuration per source action.

      • withSourceActionName

        public GitConfiguration withSourceActionName(String sourceActionName)

        The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.

        You can only specify one trigger configuration per source action.

        Parameters:
        sourceActionName - The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.

        You can only specify one trigger configuration per source action.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPush

        public List<GitPushFilter> getPush()

        The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.

        Returns:
        The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
      • setPush

        public void setPush(Collection<GitPushFilter> push)

        The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.

        Parameters:
        push - The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
      • withPush

        public GitConfiguration withPush(GitPushFilter... push)

        The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.

        NOTE: This method appends the values to the existing list (if any). Use setPush(java.util.Collection) or withPush(java.util.Collection) if you want to override the existing values.

        Parameters:
        push - The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withPush

        public GitConfiguration withPush(Collection<GitPushFilter> push)

        The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.

        Parameters:
        push - The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPullRequest

        public List<GitPullRequestFilter> getPullRequest()

        The field where the repository event that will start the pipeline is specified as pull requests.

        Returns:
        The field where the repository event that will start the pipeline is specified as pull requests.
      • setPullRequest

        public void setPullRequest(Collection<GitPullRequestFilter> pullRequest)

        The field where the repository event that will start the pipeline is specified as pull requests.

        Parameters:
        pullRequest - The field where the repository event that will start the pipeline is specified as pull requests.
      • withPullRequest

        public GitConfiguration withPullRequest(GitPullRequestFilter... pullRequest)

        The field where the repository event that will start the pipeline is specified as pull requests.

        NOTE: This method appends the values to the existing list (if any). Use setPullRequest(java.util.Collection) or withPullRequest(java.util.Collection) if you want to override the existing values.

        Parameters:
        pullRequest - The field where the repository event that will start the pipeline is specified as pull requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withPullRequest

        public GitConfiguration withPullRequest(Collection<GitPullRequestFilter> pullRequest)

        The field where the repository event that will start the pipeline is specified as pull requests.

        Parameters:
        pullRequest - The field where the repository event that will start the pipeline is specified as pull requests.
        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 によって変換されたページ (->オリジナル) /