Uses of Class
jetbrains.buildServer.serverSide.BuildTypeNotFoundException
-
-
Uses of BuildTypeNotFoundException in jetbrains.buildServer.controllers.profile.notifications
Methods in jetbrains.buildServer.controllers.profile.notifications that throw BuildTypeNotFoundException Modifier and Type Method Description NotificationRuleNotificationRulesForm.EditableNotificationRule. toNotificationRule() -
Uses of BuildTypeNotFoundException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw BuildTypeNotFoundException Modifier and Type Method Description BuildSettingsPromotionBuildSettingsFactory. createBuildSettings(BuildPromotionEx promotion)ReadOnlyBuildTypeSettingsPromotionBuildSettingsFactory. createBuildTypeSettings(BuildPromotionEx promotion)FileBuildPromotion. getArtifactsDirectory()FileSBuild. getArtifactsDirectory()Returns artifacts directory of this build.ReadOnlyBuildSettingsBuildPromotion. getBuildSettings()Returns settings specified toBuildPromotionEx.freezeSettings(BuildTypeEx, String)method or settings of this buildType this promotion belongs to ifBuildPromotionEx.freezeSettings(BuildTypeEx, String)wasn't calledBuildSettingsBuildPromotionEx. getBuildSettings()Returns settings specified toBuildPromotionEx.freezeSettings(BuildTypeEx, String)method or settings of this buildType this promotion belongs to ifBuildPromotionEx.freezeSettings(BuildTypeEx, String)wasn't calledSBuildTypeSQueuedBuild. getBuildType()intBuildPromotionEx. getMaximumNumberOfBuildsPerBranch()default Map<String,Boolean>RunningBuildEx. getRunnersState()voidBuildCustomizerEx. setPromotedBuild(SBuild build, Predicate<RevisionRule> artifDependencyRevisionPredicate)Promotes build into dependencies of the build created by this build customizer. -
Uses of BuildTypeNotFoundException in jetbrains.buildServer.serverSide.artifacts
Methods in jetbrains.buildServer.serverSide.artifacts that throw BuildTypeNotFoundException Modifier and Type Method Description static FileArtifactsInfo. getArtifactsDir(Build build)Deprecated.SBuildSArtifactDependency. resolveForBuild(SBuild targetBuild)Searches for a build according to dependency settings for the specified target buildConstructors in jetbrains.buildServer.serverSide.artifacts that throw BuildTypeNotFoundException Constructor Description ArtifactsInfo(Build build)Deprecated. -
Uses of BuildTypeNotFoundException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw BuildTypeNotFoundException Modifier and Type Method Description AgentBuildRunningBuildImpl. createAgentBuild()BuildSettingsPromotionBuildSettingsFactoryImpl. createBuildSettings(BuildPromotionEx promotion)ReadOnlyBuildTypeSettingsPromotionBuildSettingsFactoryImpl. createBuildTypeSettings(BuildPromotionEx buildPromotion)FileBuildPromotionImpl. getArtifactsDirectory()FileDummyBuildPromotion. getArtifactsDirectory()BuildSettingsBuildPromotionImpl. getBuildSettings()BuildTypeExQueuedBuildImpl. getBuildTypeEx()Map<String,Boolean>RunningBuildImpl. getRunnersState() -
Uses of BuildTypeNotFoundException in jetbrains.buildServer.web.util
Methods in jetbrains.buildServer.web.util that throw BuildTypeNotFoundException Modifier and Type Method Description SBuildBuildLookupService. findBuild(String buildTypeId, String buildIdFilter, String buildNumber, String buildTag, String buildBranch, javax.servlet.http.HttpServletRequest request)Finds build information for given set of web parameters.SBuildBuildLookupService. findBuild(javax.servlet.http.HttpServletRequest request)Finds build information for given request, using parameters buildTypeId, buildId, buildNumber.
-