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.PhaseReturns 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 TypeMethodDescriptionvoidCloudStatistics.attach(ProvisioningActivity activity, ProvisioningActivity.Phase phase, PhaseExecutionAttachment attachment) Attach information to activity's phase execution.voidProvisioningActivity.enter(ProvisioningActivity.Phase phase) Make the phase of this activity entered.booleanProvisioningActivity.enterIfNotAlready(ProvisioningActivity.Phase phase) Make sure the phase of this activity is entered.ProvisioningActivity.getPhaseExecution(ProvisioningActivity.Phase phase) PhaseExecutionor null in case it is/was not executed.