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