-
- All Implemented Interfaces:
-
com.grab.grazel.migrate.BazelTarget
public interface BazelBuildTarget implements BazelTarget
-
-
Method Summary
Modifier and Type Method Description abstract List<BazelDependency>getDeps()abstract List<String>getSrcs()abstract VisibilitygetVisibility()abstract StringgetName()-
-
Method Detail
-
getDeps
abstract List<BazelDependency> getDeps()
-
getVisibility
abstract Visibility getVisibility()
-
-
-
-