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.codebuild.model

Class BuildSummary

    • Constructor Detail

      • BuildSummary

        public BuildSummary()
    • Method Detail

      • setArn

        public void setArn(String arn)

        The batch build ARN.

        Parameters:
        arn - The batch build ARN.
      • getArn

        public String getArn()

        The batch build ARN.

        Returns:
        The batch build ARN.
      • withArn

        public BuildSummary withArn(String arn)

        The batch build ARN.

        Parameters:
        arn - The batch build ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRequestedOn

        public void setRequestedOn(Date requestedOn)

        When the build was started, expressed in Unix time format.

        Parameters:
        requestedOn - When the build was started, expressed in Unix time format.
      • getRequestedOn

        public Date getRequestedOn()

        When the build was started, expressed in Unix time format.

        Returns:
        When the build was started, expressed in Unix time format.
      • withRequestedOn

        public BuildSummary withRequestedOn(Date requestedOn)

        When the build was started, expressed in Unix time format.

        Parameters:
        requestedOn - When the build was started, expressed in Unix time format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setBuildStatus

        public void setBuildStatus(String buildStatus)

        The status of the build group.

        FAILED

        The build group failed.

        FAULT

        The build group faulted.

        IN_PROGRESS

        The build group is still in progress.

        STOPPED

        The build group stopped.

        SUCCEEDED

        The build group succeeded.

        TIMED_OUT

        The build group timed out.

        Parameters:
        buildStatus - The status of the build group.

        FAILED

        The build group failed.

        FAULT

        The build group faulted.

        IN_PROGRESS

        The build group is still in progress.

        STOPPED

        The build group stopped.

        SUCCEEDED

        The build group succeeded.

        TIMED_OUT

        The build group timed out.

        See Also:
        StatusType
      • getBuildStatus

        public String getBuildStatus()

        The status of the build group.

        FAILED

        The build group failed.

        FAULT

        The build group faulted.

        IN_PROGRESS

        The build group is still in progress.

        STOPPED

        The build group stopped.

        SUCCEEDED

        The build group succeeded.

        TIMED_OUT

        The build group timed out.

        Returns:
        The status of the build group.

        FAILED

        The build group failed.

        FAULT

        The build group faulted.

        IN_PROGRESS

        The build group is still in progress.

        STOPPED

        The build group stopped.

        SUCCEEDED

        The build group succeeded.

        TIMED_OUT

        The build group timed out.

        See Also:
        StatusType
      • withBuildStatus

        public BuildSummary withBuildStatus(String buildStatus)

        The status of the build group.

        FAILED

        The build group failed.

        FAULT

        The build group faulted.

        IN_PROGRESS

        The build group is still in progress.

        STOPPED

        The build group stopped.

        SUCCEEDED

        The build group succeeded.

        TIMED_OUT

        The build group timed out.

        Parameters:
        buildStatus - The status of the build group.

        FAILED

        The build group failed.

        FAULT

        The build group faulted.

        IN_PROGRESS

        The build group is still in progress.

        STOPPED

        The build group stopped.

        SUCCEEDED

        The build group succeeded.

        TIMED_OUT

        The build group timed out.

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

        public BuildSummary withBuildStatus(StatusType buildStatus)

        The status of the build group.

        FAILED

        The build group failed.

        FAULT

        The build group faulted.

        IN_PROGRESS

        The build group is still in progress.

        STOPPED

        The build group stopped.

        SUCCEEDED

        The build group succeeded.

        TIMED_OUT

        The build group timed out.

        Parameters:
        buildStatus - The status of the build group.

        FAILED

        The build group failed.

        FAULT

        The build group faulted.

        IN_PROGRESS

        The build group is still in progress.

        STOPPED

        The build group stopped.

        SUCCEEDED

        The build group succeeded.

        TIMED_OUT

        The build group timed out.

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

        public void setPrimaryArtifact(ResolvedArtifact primaryArtifact)

        A ResolvedArtifact object that represents the primary build artifacts for the build group.

        Parameters:
        primaryArtifact - A ResolvedArtifact object that represents the primary build artifacts for the build group.
      • getPrimaryArtifact

        public ResolvedArtifact getPrimaryArtifact()

        A ResolvedArtifact object that represents the primary build artifacts for the build group.

        Returns:
        A ResolvedArtifact object that represents the primary build artifacts for the build group.
      • withPrimaryArtifact

        public BuildSummary withPrimaryArtifact(ResolvedArtifact primaryArtifact)

        A ResolvedArtifact object that represents the primary build artifacts for the build group.

        Parameters:
        primaryArtifact - A ResolvedArtifact object that represents the primary build artifacts for the build group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getSecondaryArtifacts

        public List<ResolvedArtifact> getSecondaryArtifacts()

        An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

        Returns:
        An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.
      • setSecondaryArtifacts

        public void setSecondaryArtifacts(Collection<ResolvedArtifact> secondaryArtifacts)

        An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

        Parameters:
        secondaryArtifacts - An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.
      • withSecondaryArtifacts

        public BuildSummary withSecondaryArtifacts(ResolvedArtifact... secondaryArtifacts)

        An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

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

        Parameters:
        secondaryArtifacts - An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withSecondaryArtifacts

        public BuildSummary withSecondaryArtifacts(Collection<ResolvedArtifact> secondaryArtifacts)

        An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.

        Parameters:
        secondaryArtifacts - An array of ResolvedArtifact objects that represents the secondary build artifacts for the build group.
        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 によって変換されたページ (->オリジナル) /