public class CodePipelineStateService extends Object
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 and Description |
|---|
CodePipelineStateService() |
| Modifier and Type | Method and Description |
|---|---|
static CodePipelineStateModel |
getModel() |
static void |
removeModel() |
static void |
setModel(CodePipelineStateModel model) |
public static void setModel(CodePipelineStateModel model)
public static CodePipelineStateModel getModel()
public static void removeModel()
Copyright © 2004-2017. All Rights Reserved.