Class BundleNameInstanceTypeProvider

    • Constructor Detail

      • BundleNameInstanceTypeProvider

        public BundleNameInstanceTypeProvider()
    • Method Detail

      • getInstanceType

        @NonNull
        public abstract String getInstanceType()
        Returns the non-null and non empty (default value is empty) instance type to be used for generated support bundle names.

        Aims to provide informational data about the generated bundles.

        Will be used for file name generation, so avoid funky characters. Please ideally stay in [a-zA-Z-_.]. Also consider the file name length, you probably want to be defensive and not return crazily long strings. Something below 20 characters or so might sound reasonable.

        Returns:
        the instance type specification to be used for generated support bundles.