|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dependency | |
---|---|
org.gcube.vremanagement.resourcemanager.impl.deployment.resources | |
org.gcube.vremanagement.resourcemanager.impl.resources |
Uses of Dependency in org.gcube.vremanagement.resourcemanager.impl.deployment.resources |
---|
Subclasses of Dependency in org.gcube.vremanagement.resourcemanager.impl.deployment.resources | |
---|---|
class |
DeployedDependency
A package deployed by a Deployer service |
Uses of Dependency in org.gcube.vremanagement.resourcemanager.impl.resources |
---|
Methods in org.gcube.vremanagement.resourcemanager.impl.resources that return types with arguments of type Dependency | |
---|---|
java.util.List<Dependency> |
ScopedDeployedService.getLastMissingDependencies()
Gets the list of missing dependencies for the last (failed) deployment |
java.util.List<Dependency> |
ScopedDeployedService.getLastResolvedDependencies()
Gets the list of resolved dependencies to be used in the next deployment |
java.util.List<Dependency> |
ScopedDeployedService.getMissingDependencies(java.lang.String ghnid)
Gets the list of missing dependencies when the deployment was performed on a specific node |
java.util.List<Dependency> |
ScopedDeployedService.getResolvedDependencies(java.lang.String ghnid)
Gets the list of resolved dependencies when the deployment was performed on a specific node |
Method parameters in org.gcube.vremanagement.resourcemanager.impl.resources with type arguments of type Dependency | |
---|---|
void |
ScopedDeployedService.setMissingDependencies(java.util.List<Dependency> dependencies)
Sets the list of missing dependencies for the next deployment |
void |
ScopedDeployedService.setResolvedDependencies(java.util.List<Dependency> dependencies)
Sets the list of resolved dependencies to be used in the next deployment |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |