Interface ImmutableMetricDescriptor.ProjectBuildStage
-
- All Known Implementing Classes:
ImmutableMetricDescriptor.Builder
- Enclosing class:
- ImmutableMetricDescriptor
public static interface ImmutableMetricDescriptor.ProjectBuildStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImmutableMetricDescriptor.ModuleBuildStage
project(String project)
Initializes the value for theproject
attribute.
-
-
-
Method Detail
-
project
ImmutableMetricDescriptor.ModuleBuildStage project(String project)
Initializes the value for theproject
attribute.- Parameters:
project
- The value for project- Returns:
this
builder for use in a chained invocation
-
-