public class BazelBuild
extends java.lang.Object
Constructor and Description |
---|
BazelBuild(java.nio.file.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(java.lang.String agent)
Label for the agent specific GWT zip.
|
com.google.gerrit.httpd.raw.BazelBuild.Label |
polygerritComponents()
Label for the polygerrit component zip.
|
java.nio.file.Path |
targetPath(com.google.gerrit.httpd.raw.BazelBuild.Label l)
returns the root relative path to the artifact for the given label
|
public void build(com.google.gerrit.httpd.raw.BazelBuild.Label label) throws java.io.IOException, com.google.gerrit.httpd.raw.BazelBuild.BuildFailureException
java.io.IOException
com.google.gerrit.httpd.raw.BazelBuild.BuildFailureException
public java.nio.file.Path targetPath(com.google.gerrit.httpd.raw.BazelBuild.Label l)
public com.google.gerrit.httpd.raw.BazelBuild.Label gwtZipLabel(java.lang.String agent)
public com.google.gerrit.httpd.raw.BazelBuild.Label polygerritComponents()
public com.google.gerrit.httpd.raw.BazelBuild.Label fontZipLabel()