Class DeploymentsInfo
- java.lang.Object
-
- jetbrains.buildServer.controllers.viewLog.DeploymentsInfo
-
public class DeploymentsInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentsInfo(SBuild build, BuildChainFactory buildChainFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<BuildTypeEx,BuildPromotionEx>
getLastDeployments()
Map<SBuildType,Long>
getModificationIds()
Map<BuildTypeEx,Boolean>
getPossibleDeployments()
Map<SBuildType,Boolean>
getPropagateBranchName()
String
getSectionTitle()
-
-
-
Constructor Detail
-
DeploymentsInfo
public DeploymentsInfo(@NotNull SBuild build, @NotNull BuildChainFactory buildChainFactory)
-
-
Method Detail
-
getLastDeployments
@NotNull public Map<BuildTypeEx,BuildPromotionEx> getLastDeployments()
-
getPropagateBranchName
@NotNull public Map<SBuildType,Boolean> getPropagateBranchName()
-
getSectionTitle
@NotNull public String getSectionTitle()
-
getPossibleDeployments
@NotNull public Map<BuildTypeEx,Boolean> getPossibleDeployments()
-
getModificationIds
@NotNull public Map<SBuildType,Long> getModificationIds()
-
-