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 ActionExecutionOutput

    • Constructor Detail

      • ActionExecutionOutput

        public ActionExecutionOutput()
    • Method Detail

      • getOutputArtifacts

        public List<ArtifactDetail> getOutputArtifacts()

        Details of output artifacts of the action that correspond to the action execution.

        Returns:
        Details of output artifacts of the action that correspond to the action execution.
      • setOutputArtifacts

        public void setOutputArtifacts(Collection<ArtifactDetail> outputArtifacts)

        Details of output artifacts of the action that correspond to the action execution.

        Parameters:
        outputArtifacts - Details of output artifacts of the action that correspond to the action execution.
      • withOutputArtifacts

        public ActionExecutionOutput withOutputArtifacts(ArtifactDetail... outputArtifacts)

        Details of output artifacts of the action that correspond to the action execution.

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

        Parameters:
        outputArtifacts - Details of output artifacts of the action that correspond to the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withOutputArtifacts

        public ActionExecutionOutput withOutputArtifacts(Collection<ArtifactDetail> outputArtifacts)

        Details of output artifacts of the action that correspond to the action execution.

        Parameters:
        outputArtifacts - Details of output artifacts of the action that correspond to the action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setExecutionResult

        public void setExecutionResult(ActionExecutionResult executionResult)

        Execution result information listed in the output details for an action execution.

        Parameters:
        executionResult - Execution result information listed in the output details for an action execution.
      • getExecutionResult

        public ActionExecutionResult getExecutionResult()

        Execution result information listed in the output details for an action execution.

        Returns:
        Execution result information listed in the output details for an action execution.
      • withExecutionResult

        public ActionExecutionOutput withExecutionResult(ActionExecutionResult executionResult)

        Execution result information listed in the output details for an action execution.

        Parameters:
        executionResult - Execution result information listed in the output details for an action execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getOutputVariables

        public Map<String,String> getOutputVariables()

        The outputVariables field shows the key-value pairs that were output as part of that execution.

        Returns:
        The outputVariables field shows the key-value pairs that were output as part of that execution.
      • setOutputVariables

        public void setOutputVariables(Map<String,String> outputVariables)

        The outputVariables field shows the key-value pairs that were output as part of that execution.

        Parameters:
        outputVariables - The outputVariables field shows the key-value pairs that were output as part of that execution.
      • withOutputVariables

        public ActionExecutionOutput withOutputVariables(Map<String,String> outputVariables)

        The outputVariables field shows the key-value pairs that were output as part of that execution.

        Parameters:
        outputVariables - The outputVariables field shows the key-value pairs that were output as part of that execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearOutputVariablesEntries

        public ActionExecutionOutput clearOutputVariablesEntries()
        Removes all the entries added into OutputVariables.
        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 によって変換されたページ (->オリジナル) /