|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BuildPromotionInfo
Represents build promotion for the build distribution algorithm.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getBuildParameters()
Returns combined map of default and custom defined build parameters. |
java.util.Collection<SBuildAgent> |
getCanRunOnAgents(java.util.Collection<SBuildAgent> available)
Returns collection of agents where this build promotion can be executed. |
java.util.Collection<BuildPromotionInfo> |
getDirectDependencies()
Returns direct snapshot dependencies of this build promotion |
long |
getId()
Returns id of the build promotion |
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
Returns combined map of default and custom parameters. |
| Method Detail |
|---|
long getId()
java.util.Collection<BuildPromotionInfo> getDirectDependencies()
@NotNull java.util.Map<java.lang.String,java.lang.String> getParameters()
ParametersPreprocessor for more details.
@NotNull java.util.Map<java.lang.String,java.lang.String> getBuildParameters()
ParametersPreprocessor for more details.
@NotNull
java.util.Collection<SBuildAgent> getCanRunOnAgents(@NotNull
java.util.Collection<SBuildAgent> available)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||