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 voidPolledBuildTrigger. triggerActivated(PolledTriggerContext context)Called when the build trigger is added to a build configuration, enabled, changed or when build configuration is unpaused.abstract voidPolledBuildTrigger. triggerBuild(PolledTriggerContext context)Called periodically by TeamCity.voidPolledBuildTrigger. 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 voidAsyncPolledBuildTrigger. triggerActivated(PolledTriggerContext context)Called when the build trigger is added to a build configuration, enabled, or when the build configuration is unpaused.voidAsyncPolledBuildTriggeringPolicyImpl. triggerActivated(PolledTriggerContext context)voidBaseAsyncPolledBuildTrigger. triggerActivated(PolledTriggerContext context)StringAsyncPolledBuildTrigger. triggerBuild(String previousValue, PolledTriggerContext context)Called periodically by the TeamCity.voidAsyncPolledBuildTriggeringPolicyImpl. triggerBuild(PolledTriggerContext context)voidAsyncPolledBuildTrigger. triggerDeactivated(PolledTriggerContext context)Called when the build trigger is removed from a build configuration, disabled, or when the build configuration is paused or deleted.voidAsyncPolledBuildTriggeringPolicyImpl. triggerDeactivated(PolledTriggerContext context)voidBaseAsyncPolledBuildTrigger. 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 SchedulingPolicySchedulingPolicyFactory. createSchedulingPolicyOrThrowError(BuildTriggerDescriptor triggerDescriptor)static intWeeklyScheduling. 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)
-