Class PutThirdPartyJobSuccessResultRequest

    • Method Detail

      • jobId

        public final String jobId()

        The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.

        Returns:
        The ID of the job that successfully completed. This is the same ID returned from PollForThirdPartyJobs.
      • clientToken

        public final String clientToken()

        The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.

        Returns:
        The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
      • currentRevision

        public final CurrentRevision currentRevision()

        Represents information about a current revision.

        Returns:
        Represents information about a current revision.
      • continuationToken

        public final String continuationToken()

        A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.

        Returns:
        A token generated by a job worker, such as a CodeDeploy deployment ID, that a successful job provides to identify a partner action in progress. Future jobs use this token to identify the running instance of the action. It can be reused to return more information about the progress of the partner action. When the action is complete, no continuation token should be supplied.
      • executionDetails

        public final ExecutionDetails executionDetails()

        The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.

        Returns:
        The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
      • toString

        public final 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