public class Deployment extends GroupableConfiguration<DeploymentInfo>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPLOYMENT_ENDPOINT |
CLUSTER| Constructor and Description |
|---|
Deployment() |
Deployment(String jarFileName) |
Deployment(String jarFileName,
String deployedBy,
String deployedTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeployedBy() |
String |
getDeployedTime() |
String |
getId()
Returns the attribute of the configuration that uniquely identifies it
|
String |
getJarFileName() |
Links |
getLinks()
for internal usage only
|
int |
hashCode() |
void |
setDeployedBy(String deployedBy)
For internal use only
|
void |
setDeployedTime(String deployedTime)
For internal use only
|
void |
setJarFileName(String jarFileName) |
String |
toString() |
getGroup, setGroupgetGroupName, isCluster, isGlobalRuntimeclone, finalize, getClass, notify, notifyAll, wait, wait, waitexists, find, removepublic static final String DEPLOYMENT_ENDPOINT
public Deployment()
public Deployment(String jarFileName)
public String getId()
AbstractConfigurationgetId in interface Identifiable<String>getId in class AbstractConfiguration<DeploymentInfo>public String getJarFileName()
public void setJarFileName(String jarFileName)
public String getDeployedTime()
public void setDeployedTime(String deployedTime)
public String getDeployedBy()
public void setDeployedBy(String deployedBy)
public Links getLinks()
AbstractConfigurationgetLinks in class AbstractConfiguration<DeploymentInfo>public boolean equals(Object o)
equals in class GroupableConfiguration<DeploymentInfo>public int hashCode()
hashCode in class GroupableConfiguration<DeploymentInfo>