Package com.dtolabs.rundeck.core.common
Interface IProjectNodes.ReadableProjectNodes
-
- Enclosing interface:
- IProjectNodes
public static interface IProjectNodes.ReadableProjectNodesContains and identifies a model source entry for the project
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIndex()ResourceModelSourcegetSource()java.lang.StringgetType()
-
-
-
Method Detail
-
getSource
ResourceModelSource getSource()
- Returns:
- The source
-
getIndex
int getIndex()
- Returns:
- config index
-
getType
java.lang.String getType()
- Returns:
- provider type
-
-