ComponentIdentifier
public interface ProjectComponentIdentifier extends ComponentIdentifier
Modifier and Type | Method | Description |
---|---|---|
BuildIdentifier |
getBuild() |
Identifies the build that contains the project that produces this component.
|
String |
getProjectName() |
Returns the simple name of the project that produces this component.
|
String |
getProjectPath() |
Returns the path of the project that produces this component.
|
getDisplayName
BuildIdentifier getBuild()
String getProjectPath()
@Incubating String getProjectName()