action.setTimeout(Duration.newBuilder().setSeconds(timeoutSeconds)); | action.setTimeout(com.google.protobuf.Duration.newBuilder().setSeconds(timeout.getSeconds())); | Duration.newBuilder().setSeconds(timeoutSeconds) | com.google.protobuf.Duration.newBuilder().setSeconds(timeoutSeconds.getSeconds()) | bazel | deab0cf4184ed32d8f76efc3c33aefae8b54603d | com.google.devtools.build.lib.remote.RemoteSpawnRunner | | _1 | timeoutSeconds |
---|
_2 | timeout |
---|
| | | | Uses | False |
action.setTimeout(Duration.newBuilder().setSeconds(timeoutSeconds)); | action.setTimeout(com.google.protobuf.Duration.newBuilder().setSeconds(timeout.getSeconds())); | Duration.newBuilder().setSeconds(timeoutSeconds) | com.google.protobuf.Duration.newBuilder().setSeconds(timeoutSeconds.getSeconds()) | bazel | deab0cf4184ed32d8f76efc3c33aefae8b54603d | com.google.devtools.build.lib.remote.CachedLocalSpawnRunner | | _1 | timeoutSeconds |
---|
_2 | timeout |
---|
| | | | Uses | False |