public class BazelBuild extends Object
Constructor and Description |
---|
BazelBuild(Path sourceRoot) |
Modifier and Type | Method and 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 |
gwtZipLabel(String agent)
Label for the agent specific GWT zip.
|
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
|
public BazelBuild(Path sourceRoot)
public void build(com.google.gerrit.httpd.raw.BazelBuild.Label label) throws IOException, com.google.gerrit.httpd.raw.BazelBuild.BuildFailureException
IOException
com.google.gerrit.httpd.raw.BazelBuild.BuildFailureException
public Path targetPath(com.google.gerrit.httpd.raw.BazelBuild.Label l)
public com.google.gerrit.httpd.raw.BazelBuild.Label gwtZipLabel(String agent)
public com.google.gerrit.httpd.raw.BazelBuild.Label polygerritComponents()
public com.google.gerrit.httpd.raw.BazelBuild.Label fontZipLabel()