Interface FlareContributor
-
- All Known Implementing Classes:
ConnectivityChecksFlare,DatadogConfigFlare,DatadogEnvVarsFlare,ExceptionsFlare,JenkinsLogsFlare,JfrFlare,PluginLogsFlare,RuntimeInfoFlare,ThreadDumpFlare,WritersHealthFlare
public interface FlareContributor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFlareContributor.ORDER
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetDescription()StringgetFilename()default booleanisEnabledByDefault()intorder()voidwriteFileContents(OutputStream out)
-
-
-
Method Detail
-
isEnabledByDefault
default boolean isEnabledByDefault()
-
order
int order()
-
getDescription
String getDescription()
-
getFilename
String getFilename()
-
writeFileContents
void writeFileContents(OutputStream out) throws Exception
- Throws:
Exception
-
-