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 InterruptReasonCleanupProcessState. getInterruptReason()static InterruptReasonInterruptReason. 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 InterruptReasonCleanupHistoryRecord. getInterruptReason()The reason of the cleanup finish.Methods in jetbrains.buildServer.serverSide.cleanup.history with parameters of type InterruptReason Modifier and Type Method Description voidCleanupHistoryManager. 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 InterruptReasonServerCleanupState. getInterruptReason()Methods in jetbrains.buildServer.serverSide.impl.cleanup with parameters of type InterruptReason Modifier and Type Method Description voidCleanupProcessStateEx. setInterrupted(InterruptReason reason)Marks cleanup process is interrupted with specified reason.
ForSTOPPED_BY_USERuse methodCleanupProcessStateEx.setInterruptedByUser(SUser)!voidServerCleanupState. 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 voidCleanupHistoryImpl. cleanupFinished(Date finishTime, InterruptReason interrupt_reason)
-