Uses of Class
software.amazon.awssdk.services.codepipeline.model.PipelineContext
-
Packages that use PipelineContext Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of PipelineContext in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return PipelineContext Modifier and Type Method Description PipelineContextJobData. pipelineContext()Represents information about a pipeline to a job worker.PipelineContextThirdPartyJobData. pipelineContext()Represents information about a pipeline to a job worker.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type PipelineContext Modifier and Type Method Description JobData.BuilderJobData.Builder. pipelineContext(PipelineContext pipelineContext)Represents information about a pipeline to a job worker.ThirdPartyJobData.BuilderThirdPartyJobData.Builder. pipelineContext(PipelineContext pipelineContext)Represents information about a pipeline to a job worker.
-