Class JfrFlare
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.flare.JfrFlare
-
- All Implemented Interfaces:
FlareContributor
@Extension public class JfrFlare 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 JfrFlare()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getFilename()
boolean
isEnabledByDefault()
int
order()
void
writeFileContents(OutputStream out)
-
-
-
Method Detail
-
isEnabledByDefault
public boolean isEnabledByDefault()
- Specified by:
isEnabledByDefault
in interfaceFlareContributor
-
order
public int order()
- Specified by:
order
in interfaceFlareContributor
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceFlareContributor
-
getFilename
public String getFilename()
- Specified by:
getFilename
in interfaceFlareContributor
-
writeFileContents
public void writeFileContents(OutputStream out) throws Exception
- Specified by:
writeFileContents
in interfaceFlareContributor
- Throws:
Exception
-
-