Class HApplication
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.AnypointObject<Server>
com.aeontronix.enhancedmule.tools.runtime.HApplication
- All Implemented Interfaces:
Serializable
public class HApplication extends AnypointObject<Server>
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class com.aeontronix.enhancedmule.tools.anypoint.AnypointObject
client, httpHelper, json, jsonHelper, parent -
Constructor Summary
Constructors Constructor Description HApplication()HApplication(Server parent) -
Method Summary
Modifier and Type Method Description List<ApplicationDeployment>getApplicationDeployments()ApplicationArtifactgetArtifact()StringgetDesiredStatus()IntegergetId()StringgetLastReportedStatus()StringgetName()StringgetUriPath()booleanisStarted()booleanmatchDigest(String digest)HApplicationrefresh()voidsetApplicationDeployments(List<ApplicationDeployment> applicationDeployments)voidsetArtifact(ApplicationArtifact artifact)voidsetDesiredStatus(String desiredStatus)voidsetId(Integer id)voidsetLastReportedStatus(String lastReportedStatus)voidsetName(String name)voidsetStarted(boolean started)
-
Constructor Details
-
HApplication
-
HApplication
public HApplication()
-
-
Method Details
-
getUriPath
-
getId
-
setId
-
getName
-
setName
-
getDesiredStatus
-
setDesiredStatus
-
getLastReportedStatus
-
setLastReportedStatus
-
isStarted
public boolean isStarted() -
setStarted
public void setStarted(boolean started) -
getArtifact
-
setArtifact
-
getApplicationDeployments
-
setApplicationDeployments
-
matchDigest
-
refresh
- Throws:
HttpException
-