Class CucumberTestReportBaseAction
- java.lang.Object
-
- com.github.bogdanlivadariu.jenkins.reporting.cucumber.CucumberTestReportBaseAction
-
- All Implemented Interfaces:
hudson.model.Action,hudson.model.ModelObject
- Direct Known Subclasses:
CucumberTestReportProjectAction
public abstract class CucumberTestReportBaseAction extends Object implements hudson.model.Action
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringDISPLAY_NAMEprotected static StringICON_LOCATON
-
Constructor Summary
Constructors Constructor Description CucumberTestReportBaseAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()StringgetIconFileName()StringgetUrlName()
-
-
-
Field Detail
-
DISPLAY_NAME
protected static final String DISPLAY_NAME
- See Also:
- Constant Field Values
-
ICON_LOCATON
protected static final String ICON_LOCATON
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfacehudson.model.Action
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfacehudson.model.Action- Specified by:
getDisplayNamein interfacehudson.model.ModelObject
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfacehudson.model.Action
-
-