public class LifecycleEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LifecycleEvent.RESULT
The current artifact deployment/undeployment result.
|
static class |
LifecycleEvent.STATE
Represents the lifecycle state of the artifacts.
|
| Modifier and Type | Field and Description |
|---|---|
Properties |
properties |
| Constructor and Description |
|---|
LifecycleEvent(Artifact artifact,
Date date,
LifecycleEvent.STATE state) |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifact() |
LifecycleEvent.RESULT |
getDeploymentResult() |
Properties |
getProperties() |
LifecycleEvent.STATE |
getState() |
Date |
getTimestamp() |
String |
getTraceContent() |
void |
setArtifact(Artifact artifact) |
void |
setDeploymentResult(LifecycleEvent.RESULT deploymentResult) |
void |
setProperties(Properties properties) |
void |
setState(LifecycleEvent.STATE state) |
void |
setTimestamp(Date timestamp) |
void |
setTraceContent(String traceContent) |
public Properties properties
public LifecycleEvent(Artifact artifact, Date date, LifecycleEvent.STATE state)
public LifecycleEvent.STATE getState()
public void setState(LifecycleEvent.STATE state)
public Artifact getArtifact()
public void setArtifact(Artifact artifact)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public LifecycleEvent.RESULT getDeploymentResult()
public void setDeploymentResult(LifecycleEvent.RESULT deploymentResult)
public String getTraceContent()
public void setTraceContent(String traceContent)
public Properties getProperties()
public void setProperties(Properties properties)
Copyright © 2019 WSO2. All rights reserved.