public class Stage extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName() |
Plugin |
getPlugin() |
int |
hashCode() |
Stage |
updateStage(ApplicationUpdateContext updateContext)
Updates stage by performing update action logic provided in context.
|
void |
validate()
Validate that the stage contains all required information, throwing a
IllegalArgumentException if not. |
public String getName()
public Plugin getPlugin()
public Stage updateStage(ApplicationUpdateContext updateContext) throws Exception
updateContext - Context to use for updating stage.Exceptionpublic void validate()
IllegalArgumentException if not.Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.