| Package | Description |
|---|---|
| org.wso2.carbon.deployment.engine |
package-info class.
|
| Modifier and Type | Method and Description |
|---|---|
LifecycleEvent.STATE |
LifecycleEvent.getState() |
static LifecycleEvent.STATE |
LifecycleEvent.STATE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleEvent.STATE[] |
LifecycleEvent.STATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleEvent.setState(LifecycleEvent.STATE state) |
| Constructor and Description |
|---|
LifecycleEvent(Artifact artifact,
Date date,
LifecycleEvent.STATE state) |
Copyright © 2019 WSO2. All rights reserved.