| Modifier and Type | Field and Description |
|---|---|
protected Map<KeyData,Set<File>> |
BaseScheduler.scripts |
| Modifier and Type | Method and Description |
|---|---|
void |
RebootScheduler.run(KeyData key)
Executes all the scripts stored in the Scheduler for the given package
|
void |
Scheduler.run(KeyData key)
Executes all the scripts stored in the Scheduler for the given package
|
void |
BaseScheduler.run(KeyData key)
Executes all the scripts stored in the Scheduler for the given package
|
| Modifier and Type | Field and Description |
|---|---|
protected KeyData |
BasePackage.key
the package unique key
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<KeyData> |
BasePackage.dependencies
package's dependencies
|
| Modifier and Type | Method and Description |
|---|---|
KeyData |
BasePackage.getKey()
Gets the package unique key.
|
| Modifier and Type | Method and Description |
|---|---|
Set<KeyData> |
BasePackage.getDependencies()
Gets the list of dependencies of the package
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasePackage.addDependencies(Set<KeyData> dependencies)
Adds new depencencies to the package
|
| Modifier and Type | Method and Description |
|---|---|
KeyData |
UndeployablePackage.getKey()
Gets the package unique key.
|
| Modifier and Type | Method and Description |
|---|---|
Set<KeyData> |
UndeployablePackage.getDependencies()
Gets the list of dependencies of the package
|
| Modifier and Type | Method and Description |
|---|---|
void |
UndeployablePackage.addDependencies(Set<KeyData> dependencies)
Adds new depencencies to the package
|
| Modifier and Type | Method and Description |
|---|---|
BaseTypedPackage |
DeployerResource.getPackage(KeyData key)
Gets a previously deployed package from the service's state
|
Copyright © 2015. All Rights Reserved.