Modifier and Type | Method and Description |
---|---|
ProvisioningActivity.Phase |
ProvisioningActivity.getCurrentPhase()
Get current
ProvisioningActivity.Phase . |
ProvisioningActivity.Phase |
PhaseExecution.getPhase() |
static ProvisioningActivity.Phase |
ProvisioningActivity.Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisioningActivity.Phase[] |
ProvisioningActivity.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<ProvisioningActivity.Phase,PhaseExecution> |
ProvisioningActivity.getPhaseExecutions()
Get sorted mapping of all phase executions.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
PhaseExecution |
ProvisioningActivity.getPhaseExecution(ProvisioningActivity.Phase phase)
PhaseExecution or null in case it is/was not executed. |
Copyright © 2016–2019. All rights reserved.