Package com.google.gerrit.httpd.raw
Class BazelBuild
- java.lang.Object
-
- com.google.gerrit.httpd.raw.BazelBuild
-
public class BazelBuild extends Object
-
-
Constructor Summary
Constructors Constructor Description BazelBuild(Path sourceRoot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
build(com.google.gerrit.httpd.raw.BazelBuild.Label label)
com.google.gerrit.httpd.raw.BazelBuild.Label
fontZipLabel()
Label for the fonts zip file.com.google.gerrit.httpd.raw.BazelBuild.Label
polygerritComponents()
Label for the polygerrit component zip.Path
targetPath(com.google.gerrit.httpd.raw.BazelBuild.Label l)
returns the root relative path to the artifact for the given label
-
-
-
Constructor Detail
-
BazelBuild
public BazelBuild(Path sourceRoot)
-
-
Method Detail
-
build
public void build(com.google.gerrit.httpd.raw.BazelBuild.Label label) throws IOException, com.google.gerrit.httpd.raw.BazelBuild.BuildFailureException
- Throws:
IOException
com.google.gerrit.httpd.raw.BazelBuild.BuildFailureException
-
targetPath
public Path targetPath(com.google.gerrit.httpd.raw.BazelBuild.Label l)
returns the root relative path to the artifact for the given label
-
polygerritComponents
public com.google.gerrit.httpd.raw.BazelBuild.Label polygerritComponents()
Label for the polygerrit component zip.
-
fontZipLabel
public com.google.gerrit.httpd.raw.BazelBuild.Label fontZipLabel()
Label for the fonts zip file.
-
-