dir property

  1. @TagNumber(6)
String dir

Directory, relative to the source root, in which to run the build.

This must be a relative path. If a step's dir is specified and is an absolute path, this value is ignored for that step's execution. eg. helloworld (no leading slash allowed)

Implementation

@$pb.TagNumber(6)
$core.String get dir => $_getSZ(5);
  1. @TagNumber(6)
void dir=(String v)

Implementation

@$pb.TagNumber(6)
set dir($core.String v) { $_setString(5, v); }