@Metadata(description="An application. Each version of the application is a separate package.", root=APPLICATIONS) @TypeIcon(value="icons/types/udm.Application.svg") public class Application extends BaseConfigurationItem
Technically, an Application is a group of all the associated Version
s. A Version (sometimes also called package)
can be either a DeploymentPackage
or a CompositePackage
, and contains a collection
of DeployableArtifact
s and resource specifications. Such a package can be deployed on a Container
.
id, syntheticProperties, type
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLastVersion() |
void |
setLastVersion(java.lang.String lastVersion) |
compareTo, equals, get$ciAttributes, get$externalProperties, get$internalId, get$securedCi, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$externalProperties, set$internalId, set$securedCi, set$token, set$validationMessages, setId, setProperty, setType, toString
public java.lang.String getLastVersion()
public void setLastVersion(java.lang.String lastVersion)
lastVersion
- The latest version number of the application.