Uses of Class
jetbrains.buildServer.serverSide.cleanup.InterruptReason
-
-
Uses of InterruptReason in jetbrains.buildServer.serverSide.cleanup
Methods in jetbrains.buildServer.serverSide.cleanup that return InterruptReason Modifier and Type Method Description InterruptReason
CleanupProcessState. getInterruptReason()
static InterruptReason
InterruptReason. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterruptReason[]
InterruptReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.serverSide.cleanup with parameters of type InterruptReason Constructor Description CleanupInterruptedException(InterruptReason interruptReason)
-
Uses of InterruptReason in jetbrains.buildServer.serverSide.cleanup.history
Methods in jetbrains.buildServer.serverSide.cleanup.history that return InterruptReason Modifier and Type Method Description InterruptReason
CleanupHistoryRecord. getInterruptReason()
The reason of the cleanup finish.Methods in jetbrains.buildServer.serverSide.cleanup.history with parameters of type InterruptReason Modifier and Type Method Description void
CleanupHistoryManager. cleanupFinished(Date finishTime, InterruptReason reason)
Closes last cleanup history record with finish time -
Uses of InterruptReason in jetbrains.buildServer.serverSide.impl.cleanup
Methods in jetbrains.buildServer.serverSide.impl.cleanup that return InterruptReason Modifier and Type Method Description InterruptReason
ServerCleanupState. getInterruptReason()
Methods in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type InterruptReason Modifier and Type Method Description void
CleanupProcessStateEx. setInterrupted(InterruptReason reason)
Marks cleanup process is interrupted with specified reason.
ForSTOPPED_BY_USER
use methodCleanupProcessStateEx.setInterruptedByUser(SUser)
!void
ServerCleanupState. setInterrupted(InterruptReason reason)
-
Uses of InterruptReason in jetbrains.buildServer.serverSide.impl.cleanup.history
Methods in jetbrains.buildServer.serverSide.impl.cleanup.history with parameters of type InterruptReason Modifier and Type Method Description void
CleanupHistoryImpl. cleanupFinished(Date finishTime, InterruptReason interrupt_reason)
-