| Package | Description |
|---|---|
| org.gcube.vremanagement.resourcemanager.impl.resources | |
| org.gcube.vremanagement.resourcemanager.impl.resources.software |
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
ScopedDeployedSoftware.getLastMissingDependencies()
Gets the list of missing dependencies for the last (failed) deployment
|
List<Dependency> |
ScopedDeployedSoftware.getLastResolvedDependencies()
Gets the list of resolved dependencies to be used in the next deployment
|
List<Dependency> |
ScopedDeployedSoftware.getMissingDependencies(String ghnName)
Gets the list of missing dependencies when the deployment was performed
on a specific node
|
List<Dependency> |
ScopedDeployedSoftware.getResolvedDependencies(String ghnName)
Gets the list of resolved dependencies when the deployment was performed
on a specific node
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScopedDeployedSoftware.setMissingDependencies(List<Dependency> dependencies)
Sets the list of missing dependencies for the next deployment
|
void |
ScopedDeployedSoftware.setResolvedDependencies(List<Dependency> dependencies)
Sets the list of resolved dependencies to be used in the next deployment
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeployedDependency
A package deployed by a Deployer service
|
Copyright © 2015. All Rights Reserved.