public class HApplication extends AnypointObject<Server>
client, httpHelper, json, jsonHelper, parent| Constructor and Description |
|---|
HApplication() |
HApplication(Server parent) |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationDeployment> |
getApplicationDeployments() |
ApplicationArtifact |
getArtifact() |
String |
getDesiredStatus() |
Integer |
getId() |
String |
getLastReportedStatus() |
String |
getName() |
String |
getUriPath() |
boolean |
isStarted() |
boolean |
matchDigest(String digest) |
HApplication |
refresh() |
void |
setApplicationDeployments(List<ApplicationDeployment> applicationDeployments) |
void |
setArtifact(ApplicationArtifact artifact) |
void |
setDesiredStatus(String desiredStatus) |
void |
setId(Integer id) |
void |
setLastReportedStatus(String lastReportedStatus) |
void |
setName(String name) |
void |
setStarted(boolean started) |
public HApplication(Server parent)
public HApplication()
public String getUriPath()
public Integer getId()
public void setId(Integer id)
public String getName()
public void setName(String name)
public String getDesiredStatus()
public void setDesiredStatus(String desiredStatus)
public String getLastReportedStatus()
public void setLastReportedStatus(String lastReportedStatus)
public boolean isStarted()
public void setStarted(boolean started)
public ApplicationArtifact getArtifact()
public void setArtifact(ApplicationArtifact artifact)
public List<ApplicationDeployment> getApplicationDeployments()
public void setApplicationDeployments(List<ApplicationDeployment> applicationDeployments)
public boolean matchDigest(String digest)
public HApplication refresh() throws HttpException
HttpExceptionCopyright © 2019 Kloudtek. All rights reserved.