Interface CandidateDeployment
-
- All Known Implementing Classes:
CandidateDeploymentImpl
public interface CandidateDeployment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
java.util.Map<java.lang.String,Resource>
getResources()
-
-
-
Method Detail
-
getName
java.lang.String getName()
- Returns:
- the name to be used for the deployment
-
getResources
java.util.Map<java.lang.String,Resource> getResources()
- Returns:
- a map of all the resources provided for deployment
-
-