Package com.cloudbees.jenkins.support
Class BundleFileName
java.lang.Object
com.cloudbees.jenkins.support.BundleFileName
Generate the support bundle names.
Format: "${support-provider-name}[_${qualifier}][_${instance_type}]_${date_time}
- support-provider-name
- "support" or the value of
SupportProvider.getName()
- qualifier
- arbitrary string to help distinguish between potentially different support bundles
- instance_type
- See
BundleNameInstanceTypeProvider
- date_time
- Date Time of the generation of the support bundle in UTC.
-
Method Summary
-
Method Details
-
generate
- Returns:
- the bundle name without qualifier.
-
generate
- Returns:
- the bundle name with qualifier.
-