Package org.jenkinsci.plugins.vmanager
Class JUnitRequestHolder
java.lang.Object
org.jenkinsci.plugins.vmanager.JUnitRequestHolder
-
Constructor Summary
ConstructorsConstructorDescriptionJUnitRequestHolder
(boolean generateJUnitXML, boolean extraAttributesForFailures, String staticAttributeList, boolean noAppendSeed) -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setExtraAttributesForFailuresType
(boolean extraAttributesForFailures) void
setGenerateJUnitXML
(boolean generateJUnitXML) void
setNoAppendSeed
(boolean noAppendSeed) void
setStaticAttributeList
(String staticAttributeList)
-
Constructor Details
-
JUnitRequestHolder
public JUnitRequestHolder(boolean generateJUnitXML, boolean extraAttributesForFailures, String staticAttributeList, boolean noAppendSeed)
-
-
Method Details
-
isNoAppendSeed
public boolean isNoAppendSeed() -
setNoAppendSeed
public void setNoAppendSeed(boolean noAppendSeed) -
isGenerateJUnitXML
public boolean isGenerateJUnitXML() -
setGenerateJUnitXML
public void setGenerateJUnitXML(boolean generateJUnitXML) -
istExtraAttributesForFailures
public boolean istExtraAttributesForFailures() -
setExtraAttributesForFailuresType
public void setExtraAttributesForFailuresType(boolean extraAttributesForFailures) -
getStaticAttributeList
-
setStaticAttributeList
-