public class DependencyInfo extends Object
| Constructor and Description |
|---|
DependencyInfo() |
| Modifier and Type | Method and Description |
|---|---|
AutoDeployInfo |
getAutoDeploy()
Getter for the auto-deploy property.
|
String |
getName()
Getter for name property.
|
String |
getScope()
Getter for scope property.
|
void |
setAutoDeploy(AutoDeployInfo autoDeploy)
Setter for auto-deploy property.
|
void |
setName(String name)
Setter for name property.
|
void |
setScope(String scope)
Setter for scope property.
|
public void setName(String name)
name - the name of the component which is the dependency
in the form serviceName/componentNamepublic String getName()
public void setScope(String scope)
scope - the scope of the dependency. Either "cluster" or "host".public String getScope()
public void setAutoDeploy(AutoDeployInfo autoDeploy)
autoDeploy - auto-deploy informationpublic AutoDeployInfo getAutoDeploy()
Copyright © 2016. All rights reserved.