aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java b/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java
index da8c3b935d..78747c8090 100644
--- a/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java
+++ b/src/main/java/com/google/devtools/build/lib/remote/RemoteOptions.java
@@ -22,6 +22,16 @@ import com.google.devtools.common.options.OptionsBase;
*/
public final class RemoteOptions extends OptionsBase {
@Option(
+ name = "rest_cache_url",
+ defaultValue = "null",
+ category = "remote",
+ help =
+ "A base URL for a RESTful cache server for storing build artifacts."
+ + "It has to support PUT, GET, and HEAD requests."
+ )
+ public String restCacheUrl;
+
+ @Option(
name = "hazelcast_node",
defaultValue = "null",
category = "remote",