Uses of Class
jetbrains.buildServer.buildTriggers.BuildTriggerException
-
-
Uses of BuildTriggerException in jetbrains.buildServer.buildTriggers
Methods in jetbrains.buildServer.buildTriggers that throw BuildTriggerException Modifier and Type Method Description void
PolledBuildTrigger. triggerActivated(PolledTriggerContext context)
Called when the build trigger is added to a build configuration, enabled, changed or when build configuration is unpaused.abstract void
PolledBuildTrigger. triggerBuild(PolledTriggerContext context)
Called periodically by TeamCity.void
PolledBuildTrigger. triggerDeactivated(PolledTriggerContext context)
Called when the build trigger is removed from a build configuration, disabled or when the build configuration is paused or deleted. -
Uses of BuildTriggerException in jetbrains.buildServer.buildTriggers.async
Methods in jetbrains.buildServer.buildTriggers.async that throw BuildTriggerException Modifier and Type Method Description void
AsyncPolledBuildTrigger. triggerActivated(PolledTriggerContext context)
Called when the build trigger is added to a build configuration, enabled, or when the build configuration is unpaused.void
AsyncPolledBuildTriggeringPolicyImpl. triggerActivated(PolledTriggerContext context)
void
BaseAsyncPolledBuildTrigger. triggerActivated(PolledTriggerContext context)
String
AsyncPolledBuildTrigger. triggerBuild(String previousValue, PolledTriggerContext context)
Called periodically by the TeamCity.void
AsyncPolledBuildTriggeringPolicyImpl. triggerBuild(PolledTriggerContext context)
void
AsyncPolledBuildTrigger. triggerDeactivated(PolledTriggerContext context)
Called when the build trigger is removed from a build configuration, disabled, or when the build configuration is paused or deleted.void
AsyncPolledBuildTriggeringPolicyImpl. triggerDeactivated(PolledTriggerContext context)
void
BaseAsyncPolledBuildTrigger. triggerDeactivated(PolledTriggerContext context)
-
Uses of BuildTriggerException in jetbrains.buildServer.buildTriggers.scheduler
Methods in jetbrains.buildServer.buildTriggers.scheduler that throw BuildTriggerException Modifier and Type Method Description static SchedulingPolicy
SchedulingPolicyFactory. createSchedulingPolicyOrThrowError(BuildTriggerDescriptor triggerDescriptor)
static int
WeeklyScheduling. getDayByName(String name)
-
Uses of BuildTriggerException in jetbrains.buildServer.buildTriggers.vcs.remoteRun
Constructors in jetbrains.buildServer.buildTriggers.vcs.remoteRun that throw BuildTriggerException Constructor Description RemoteRunOnBranchTask(PolledTriggerContext context, CustomDataStorage storage, TriggerLogger logger, BranchViewerFactory branchViewerFactory)
-