| Modifier and Type | Method and Description |
|---|---|
void |
RebootScheduler.add(BasePackage target)
Adds the scripts belonging to the given package to the scheduler.
|
void |
Scheduler.add(BasePackage target)
Adds the scripts belonging to the given package to the scheduler.
|
void |
BaseScheduler.add(BasePackage target)
Adds the scripts belonging to the given package to the scheduler.
|
protected List<String> |
RebootScheduler.getScriptsToSchedule(BasePackage target)
Extracts the scripts to schedule from the given package
|
protected List<String> |
UninstallScheduler.getScriptsToSchedule(BasePackage target)
Extracts the scripts to schedule from the given package
|
protected abstract List<String> |
BaseScheduler.getScriptsToSchedule(BasePackage target)
Extracts the scripts to schedule from the given package
|
protected List<String> |
InstallScheduler.getScriptsToSchedule(BasePackage target)
Extracts the scripts to schedule from the given package
|
void |
RebootScheduler.remove(BasePackage target)
Removes all the scripts of the given package from the scheduler
|
void |
Scheduler.remove(BasePackage target)
Removes all the scripts of the given package from the scheduler
|
void |
BaseScheduler.remove(BasePackage target)
Removes all the scripts of the given package from the scheduler
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTypedPackage |
| Modifier and Type | Method and Description |
|---|---|
static BasePackage |
Converter.toBasePackage(org.gcube.common.vremanagement.deployer.stubs.common.PackageInfo source)
Converts a
PackageInfo into a BasePackage |
| Modifier and Type | Method and Description |
|---|---|
static org.gcube.common.core.resources.GCUBEHostingNode.Package |
Converter.toGHNPackage(BasePackage source)
Converts a
DeployablePackage into a GCUBEHostingNode.Package |
static org.gcube.common.vremanagement.deployer.stubs.common.PackageInfo |
Converter.toPackageInfo(BasePackage source)
Converts a
BasePackage into a PackageInfo |
| Modifier and Type | Class and Description |
|---|---|
class |
DeployablePackage
Base deployable package
|
class |
DExternalLibraryPackage |
class |
DMainPackage
An extension of
DeployablePackage which specializes in main package deployment |
class |
DPlatformApplication
An application to deploy on a virtual platform
|
class |
DPlugin
A deployable plugin
|
class |
ExternalDeployablePackage |
| Modifier and Type | Class and Description |
|---|---|
class |
UndeployableApplicationPackage |
class |
UndeployableLibraryPackage
Undeployable Library Package
|
class |
UndeployableMainPackage
Undeployable Main Package
|
class |
UndeployablePackage
Base undeployable package
|
class |
UndeployablePlatformApplication
Undeployment for application running on external platform
|
class |
UndeployablePluginPackage
Undeployable Plugin Package
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdatableMainPackage |
class |
UpdatablePackage |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends BasePackage> |
DeployerResource.getPackagesToUpdate()
Gets the list of packages to be updated with new Scopes
|
Copyright © 2015. All Rights Reserved.