Uses of Class
jetbrains.buildServer.serverSide.dependency.BuildChain
-
Packages that use BuildChain Package Description jetbrains.buildServer.controllers.graph jetbrains.buildServer.serverSide.dependency jetbrains.buildServer.serverSide.impl -
-
Uses of BuildChain in jetbrains.buildServer.controllers.graph
Methods in jetbrains.buildServer.controllers.graph that return BuildChain Modifier and Type Method Description BuildChain
AbstractBuildChainGraph. getBuildChain()
Methods in jetbrains.buildServer.controllers.graph that return types with arguments of type BuildChain Modifier and Type Method Description List<BuildChain>
BuildChainsBean. getBuildChains()
Constructors in jetbrains.buildServer.controllers.graph with parameters of type BuildChain Constructor Description AbstractBuildChainGraph(BuildChain buildChain)
BuildChainGraph(BuildChain buildChain, Comparator<SBuildType> buildTypesComparator)
-
Uses of BuildChain in jetbrains.buildServer.serverSide.dependency
Methods in jetbrains.buildServer.serverSide.dependency that return BuildChain Modifier and Type Method Description BuildChain
BuildChainFactory. createBuildChain(Collection<SBuildType> topBuildTypes, Collection<BuildPromotion> promotions)
Creates a new build chain with specified build types and a number of top build promotions.BuildChain
BuildChainFactory. createBuildChain(SBuildType topBuildType, Collection<BuildPromotion> promotions)
Creates a new build chain with specified build type and a number of top build promotions.BuildChain
BuildChainFactory. createBuildChain(SBuildType topBuildType, BuildPromotion promotion)
Creates a new build chain with specified build type and single top build promotion.BuildChain
BuildChains. findChainById(String chainId)
Finds build chain by specified id.BuildChain
BuildChains. getEvolvedTo(BuildChain origChain)
Finds the most recent build chain having the same build promotions in it as the original build chain.Methods in jetbrains.buildServer.serverSide.dependency that return types with arguments of type BuildChain Modifier and Type Method Description List<BuildChain>
BuildChains. findBuildChains(BuildPromotion promotion)
Finds all build chains where the specified promotion participates.List<BuildChain>
BuildChains. findBuildTypeChains(SBuildType buildType, int maxFinishedBuildsToLoad, Filter<BuildPromotion> filter)
List<BuildChain>
BuildChains. findBuildTypesChains(List<SBuildType> buildTypes, int maxFinishedBuildsToLoad, Filter<BuildPromotion> filter)
Methods in jetbrains.buildServer.serverSide.dependency with parameters of type BuildChain Modifier and Type Method Description int
BuildChain. compareTo(BuildChain o)
BuildChain
BuildChains. getEvolvedTo(BuildChain origChain)
Finds the most recent build chain having the same build promotions in it as the original build chain. -
Uses of BuildChain in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl with parameters of type BuildChain Modifier and Type Method Description Long
BuildCustomizerImpl.AutoMaxModificationIdStrategy. getModificationId(BuildChain buildChain)
-