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