Class CodePipelineStateService

java.lang.Object
com.amazonaws.codepipeline.jenkinsplugin.CodePipelineStateService

public class CodePipelineStateService extends Object
Per-thread storage of CodePipelineStateModel. This class is using ThreadLocal storage to manage the CodePipelineSateModel per thread of execution. This is done for passing data between the SCM and the Publisher modules in the face of concurrent builds. Otherwise, the model gets overwritten.
  • Constructor Details

    • CodePipelineStateService

      public CodePipelineStateService()
  • Method Details