Uses of Class
com.amazonaws.services.codepipeline.model.ThirdPartyJobData
Packages that use ThirdPartyJobData
-
Uses of ThirdPartyJobData in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ThirdPartyJobDataModifier and TypeMethodDescriptionThirdPartyJobData.clone()ThirdPartyJobDetails.getData()The data to be returned by the third party job worker.ThirdPartyJobData.withActionConfiguration(ActionConfiguration actionConfiguration) ThirdPartyJobData.withActionTypeId(ActionTypeId actionTypeId) ThirdPartyJobData.withArtifactCredentials(AWSSessionCredentials artifactCredentials) ThirdPartyJobData.withContinuationToken(String continuationToken) A system-generated token, such as a AWS CodeDeploy deployment ID, that a job requires in order to continue the job asynchronously.ThirdPartyJobData.withEncryptionKey(EncryptionKey encryptionKey) The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an AWS Key Management Service (AWS KMS) key.ThirdPartyJobData.withInputArtifacts(Artifact... inputArtifacts) The name of the artifact that will be worked upon by the action, if any.ThirdPartyJobData.withInputArtifacts(Collection<Artifact> inputArtifacts) The name of the artifact that will be worked upon by the action, if any.ThirdPartyJobData.withOutputArtifacts(Artifact... outputArtifacts) The name of the artifact that will be the result of the action, if any.ThirdPartyJobData.withOutputArtifacts(Collection<Artifact> outputArtifacts) The name of the artifact that will be the result of the action, if any.ThirdPartyJobData.withPipelineContext(PipelineContext pipelineContext) Methods in com.amazonaws.services.codepipeline.model with parameters of type ThirdPartyJobDataModifier and TypeMethodDescriptionvoidThirdPartyJobDetails.setData(ThirdPartyJobData data) The data to be returned by the third party job worker.ThirdPartyJobDetails.withData(ThirdPartyJobData data) The data to be returned by the third party job worker.