Class ManagedApplicationView
java.lang.Object
com.xebialabs.xlrelease.api.v1.views.ManagedApplicationView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ManagedApplicationViewcreate(String id, String applicationName, String managedBy, Date dateCreated, String environmentTag, String applicationReference, ConnectionServerView connectionServer, String workflowId, String deleteWorkflowId, String updateWorkflowId) getId()voidsetApplicationName(String applicationName) voidsetApplicationReference(String applicationReference) voidsetConnectionServer(ConnectionServerView connectionServer) voidsetDateCreated(Date dateCreated) voidsetDeleteWorkflowId(String deleteWorkflowId) voidsetEnvironmentTag(String environmentTag) voidvoidsetManagedBy(String managedBy) voidsetUpdateWorkflowId(String updateWorkflowId) voidsetWorkflowId(String workflowId)
-
Constructor Details
-
ManagedApplicationView
public ManagedApplicationView()
-
-
Method Details
-
create
-
getId
-
setId
-
getApplicationName
-
setApplicationName
-
getManagedBy
-
setManagedBy
-
getDateCreated
-
setDateCreated
-
getEnvironmentTag
-
setEnvironmentTag
-
getApplicationReference
-
setApplicationReference
-
getConnectionServer
-
setConnectionServer
-
getWorkflowId
-
setWorkflowId
-
getDeleteWorkflowId
-
setDeleteWorkflowId
-
getUpdateWorkflowId
-
setUpdateWorkflowId
-