Class | Description |
---|---|
Application |
Representation of an application managed by the system (immutable).
|
Application.Builder |
Builder to create an instance.
|
ApplicationArtifact |
Representation of an application artifact
|
ApplicationArtifact.Builder |
Builder to create an instance.
|
ApplicationFilter |
Provides filtering for application.
|
Health |
Data object to capture health information from a given contributor.
|
HealthEvent |
An event to indicate that there has been a health change.
|
Enum | Description |
---|---|
Application.Action |
Indicated what actions are available for this application.
|
Application.State |
Application states within the controller.
|
ApplicationEventType |
Enum of the application event types.
|
Exception | Description |
---|---|
AppExistException |
An exception thrown when an application already exist and the operation
being performed does not allow that.
|
ApplicationDisableException |
An exception to indicate that an error has been encountered while disabling
the application.
|
ApplicationEnableException |
An exception to indicate that an error has been encountered while enabling
the application.
|
ApplicationInstallException |
An exception to indicate that an error has been encountered during
application installation.
|
ApplicationPartialSuccessException |
An exception to indicate that an operation upon an application has partially
succeeded (or failed partially).
|
ApplicationUninstallException |
An exception to indicate that an error has been encountered during
application uninstallation.
|
ApplicationUpgradeException |
An exception to indicate that an error has been encountered during
application upgrade.
|
ApplicationUploadException |
An exception to indicate that an error has been encountered during
application upload.
|
ApplicationValidationException |
An exception to indicate that an application that is being uploaded to the
controller does not have the valid format or fields.
|
InvalidAppStateException |
An exception thrown when an application is not in the expected state to
perform the operation.
|
Copyright © 2015. All Rights Reserved.