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