Uses of Enum Class
org.jenkinsci.plugins.cloudstats.ProvisioningActivity.Phase
-
Uses of ProvisioningActivity.Phase in org.jenkinsci.plugins.cloudstats
Methods in org.jenkinsci.plugins.cloudstats that return ProvisioningActivity.PhaseModifier and TypeMethodDescriptionProvisioningActivity.getCurrentPhase()
Get currentProvisioningActivity.Phase
.PhaseExecution.getPhase()
static ProvisioningActivity.Phase
Returns the enum constant of this class with the specified name.static ProvisioningActivity.Phase[]
ProvisioningActivity.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jenkinsci.plugins.cloudstats that return types with arguments of type ProvisioningActivity.PhaseModifier and TypeMethodDescriptionProvisioningActivity.getPhaseExecutions()
Get sorted mapping of all phase executions.Methods in org.jenkinsci.plugins.cloudstats with parameters of type ProvisioningActivity.PhaseModifier and TypeMethodDescriptionvoid
CloudStatistics.attach
(ProvisioningActivity activity, ProvisioningActivity.Phase phase, PhaseExecutionAttachment attachment) Attach information to activity's phase execution.void
ProvisioningActivity.enter
(ProvisioningActivity.Phase phase) Make the phase of this activity entered.boolean
ProvisioningActivity.enterIfNotAlready
(ProvisioningActivity.Phase phase) Make sure the phase of this activity is entered.ProvisioningActivity.getPhaseExecution
(ProvisioningActivity.Phase phase) PhaseExecution
or null in case it is/was not executed.