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.ProjectBuildStageanchor(Object anchor)Initializes the value for theanchorattribute.
-
-
-
Method Detail
-
anchor
ImmutableMetricDescriptor.ProjectBuildStage anchor(Object anchor)
Initializes the value for theanchorattribute.- Parameters:
anchor- The value for anchor- Returns:
thisbuilder for use in a chained invocation
-
-