Class BuildPromotionDetailsBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.BuildPromotionDetailsBean
-
public class BuildPromotionDetailsBean extends Object
- Author:
- Pavel.Sher Date: 23.10.2008
-
-
Constructor Summary
Constructors Constructor Description BuildPromotionDetailsBean(SBuildType buildType, BuildPromotion promotion, ParametersBeanFactory parametersBeanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangesBean
getChangesBean()
ActualBuildParametersBean
getCustomParameters()
List<BuildPromotion>
getDependencies()
BuildPromotion
getPromotion()
TriggeredBy
getTriggeredBy()
boolean
isAllDependenciesInaccessible()
boolean
isChangesCollected()
boolean
isNotAllDependenciesAccessible()
-
-
-
Constructor Detail
-
BuildPromotionDetailsBean
public BuildPromotionDetailsBean(@NotNull SBuildType buildType, @NotNull BuildPromotion promotion, @NotNull ParametersBeanFactory parametersBeanFactory)
-
-
Method Detail
-
getPromotion
@NotNull public BuildPromotion getPromotion()
-
getTriggeredBy
public TriggeredBy getTriggeredBy()
-
getCustomParameters
public ActualBuildParametersBean getCustomParameters()
-
getDependencies
public List<BuildPromotion> getDependencies()
-
isNotAllDependenciesAccessible
public boolean isNotAllDependenciesAccessible()
-
isAllDependenciesInaccessible
public boolean isAllDependenciesInaccessible()
-
getChangesBean
public ChangesBean getChangesBean()
-
isChangesCollected
public boolean isChangesCollected()
-
-