Interface ProjectComponentSelector
- All Superinterfaces:
ComponentSelector
Criteria for selecting a component instance that is built as part of the current build.
- Since:
- 1.10
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the build to select a project from.The path of the project to select the component from.Methods inherited from interface ComponentSelector
getDisplayName, matchesStrictly
-
Method Details
-
getBuildName
-
getProjectPath
String getProjectPath()The path of the project to select the component from.- Returns:
- Project path
- Since:
- 1.10
-