|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentListener
Defines a listener for deployment events.
| Method Summary | |
|---|---|
void |
onDeploymentFailure(String appName,
Throwable cause)
Notifies that a deploy for a given application has finished with a failure. |
void |
onDeploymentStart(String appName)
Notifies that a deploy for a given application has started. |
void |
onDeploymentSuccess(String appName)
Notifies that a deploy for a given application has successfully finished. |
| Method Detail |
|---|
void onDeploymentStart(String appName)
appName - the name of the application being deployedvoid onDeploymentSuccess(String appName)
appName - the name of the application being deployed
void onDeploymentFailure(String appName,
Throwable cause)
appName - the name of the application being deployedcause - the cause of the failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||