Interface EntityUsage
-
- All Known Implementing Classes:
ArtifactDependencyUsage
,SnapshotDependencyUsage
,TemplateUsage
,VcsRootUsage
public interface EntityUsage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getType()
SBuildType
getWhereUsed()
-
-
-
Method Detail
-
getWhereUsed
@NotNull SBuildType getWhereUsed()
-
getType
@NotNull String getType()
-
-