Interface ComponentMetadataDetails

    • Method Detail

      • setChanging

        void setChanging​(boolean changing)
        Sets whether the component is changing or immutable.
        Parameters:
        changing - whether the component is changing or immutable
      • setStatusScheme

        void setStatusScheme​(List<String> statusScheme)
        Sets the status scheme of the component. Values are ordered from least to most mature status.
        Parameters:
        statusScheme - the status scheme of the component
      • withVariant

        void withVariant​(String name,
                         Action<VariantMetadata> action)
        Add a rule for adjusting an existing variant of the component.
        Parameters:
        name - name of the variant to adjust (e.g. 'compile')
        action - the action to modify the variant
        Since:
        4.4