Class Deployment
java.lang.Object
com.developer.nefarious.zjoule.plugin.models.Deployment
Represents detailed information about a deployment in a backend system.
This class includes metadata such as configuration details, deployment status, and related resources. It provides utility methods to retrieve information about the model, configurations, and operational status.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.developer.nefarious.zjoule.plugin.models.Details
getId()
Retrieves the name of the model associated with this deployment.void
setConfigurationId
(String configurationId) void
setConfigurationName
(String configurationName) void
setCreatedAt
(String createdAt) void
setDeploymentUrl
(String deploymentUrl) void
setDetails
(com.developer.nefarious.zjoule.plugin.models.Details details) void
void
setLastOperation
(String lastOperation) void
setLatestRunningConfigurationId
(String latestRunningConfigurationId) void
setModifiedAt
(String modifiedAt) void
setScenarioId
(String scenarioId) void
setStartTime
(String startTime) void
void
setSubmissionTime
(String submissionTime) void
setTargetStatus
(String targetStatus)
-
Constructor Details
-
Deployment
public Deployment()
-
-
Method Details
-
getConfigurationId
-
setConfigurationId
-
getConfigurationName
-
setConfigurationName
-
getCreatedAt
-
setCreatedAt
-
getDeploymentUrl
-
setDeploymentUrl
-
getDetails
public com.developer.nefarious.zjoule.plugin.models.Details getDetails() -
setDetails
public void setDetails(com.developer.nefarious.zjoule.plugin.models.Details details) -
getId
-
setId
-
getLastOperation
-
setLastOperation
-
getLatestRunningConfigurationId
-
setLatestRunningConfigurationId
-
getModifiedAt
-
setModifiedAt
-
getScenarioId
-
setScenarioId
-
getStartTime
-
setStartTime
-
getStatus
-
setStatus
-
getSubmissionTime
-
setSubmissionTime
-
getTargetStatus
-
setTargetStatus
-
getModelName
Retrieves the name of the model associated with this deployment.- Returns:
- the name of the model.
-