public interface DocumentDeployment extends EngineDeployment
DocumentDeploymentBuilder
. A deployment on itself is a read-only object and its content cannot be changed
after deployment (hence the builder that needs to be used).Modifier and Type | Method and Description |
---|---|
String |
getCategory() |
Date |
getDeploymentTime() |
String |
getId() |
String |
getName() |
String |
getParentDeploymentId() |
String |
getTenantId() |
getDerivedFrom, getDerivedFromRoot, getEngineVersion, getKey, getResources, isNew
String getId()
getId
in interface EngineDeployment
String getName()
getName
in interface EngineDeployment
Date getDeploymentTime()
getDeploymentTime
in interface EngineDeployment
String getCategory()
getCategory
in interface EngineDeployment
String getTenantId()
getTenantId
in interface EngineDeployment
String getParentDeploymentId()