Class ThreadDumpFlare
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.flare.ThreadDumpFlare
-
- All Implemented Interfaces:
FlareContributor
@Extension public class ThreadDumpFlare extends Object implements FlareContributor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.datadog.jenkins.plugins.datadog.flare.FlareContributor
FlareContributor.ORDER
-
-
Constructor Summary
Constructors Constructor Description ThreadDumpFlare()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetFilename()intorder()voidwriteFileContents(OutputStream out)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.datadog.jenkins.plugins.datadog.flare.FlareContributor
isEnabledByDefault
-
-
-
-
Method Detail
-
order
public int order()
- Specified by:
orderin interfaceFlareContributor
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceFlareContributor
-
getFilename
public String getFilename()
- Specified by:
getFilenamein interfaceFlareContributor
-
writeFileContents
public void writeFileContents(OutputStream out)
- Specified by:
writeFileContentsin interfaceFlareContributor
-
-