|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BuildDefinitionManager
A manager for stateful BuildDefinition
.
Method Summary | |
---|---|
BuildDefinition |
getBuildDefinition(Plan plan)
Returns a stateful version the build definition for the Plan . |
void |
removeBuildDefinition(Plan plan)
|
void |
savePlanAndDefinition(Plan plan)
Saves the Plan and the BuildConfiguration |
void |
savePlanAndDefinition(Plan plan,
BuildConfiguration buildConfiguration)
Saves the Plan and the BuildConfiguration |
void |
updateBuildDefinition(Plan plan)
Updates the build definition in the cache |
void |
updateBuildDefinition(Plan plan,
BuildDefinition oldBuildDefinition)
|
Method Detail |
---|
BuildDefinition getBuildDefinition(Plan plan)
Plan
. This means that when you set various flags
on it, the flags won't be lost (unless you updated your BuildDefinition
.
plan
- @NotNull
BuildDefinition
object.void updateBuildDefinition(Plan plan)
plan
- @NotNullvoid updateBuildDefinition(Plan plan, BuildDefinition oldBuildDefinition)
void removeBuildDefinition(Plan plan)
void savePlanAndDefinition(Plan plan)
Plan
and the BuildConfiguration
plan
- void savePlanAndDefinition(Plan plan, BuildConfiguration buildConfiguration)
Plan
and the BuildConfiguration
plan
- buildConfiguration
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |