Package com.atlassian.bamboo.ww2.actions
Class BuildableAwareContextHolder
- java.lang.Object
-
- com.atlassian.bamboo.ww2.actions.BuildableAwareContextHolder
-
- All Implemented Interfaces:
BuildableAware
public class BuildableAwareContextHolder extends Object implements BuildableAware
-
-
Constructor Summary
Constructors Constructor Description BuildableAwareContextHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuildResultKey()
ImmutableBuildable
getImmutableBuild()
void
setBuild(ImmutableBuildable build)
void
setBuildResultKey(String buildResultKey)
-
-
-
Method Detail
-
getImmutableBuild
public ImmutableBuildable getImmutableBuild()
- Specified by:
getImmutableBuild
in interfaceBuildableAware
-
setBuild
public void setBuild(ImmutableBuildable build)
- Specified by:
setBuild
in interfaceBuildableAware
-
getBuildResultKey
public String getBuildResultKey()
-
setBuildResultKey
public void setBuildResultKey(String buildResultKey)
-
-