Class CucumberTestReportProjectAction
- java.lang.Object
-
- com.github.bogdanlivadariu.jenkins.reporting.cucumber.CucumberTestReportBaseAction
-
- com.github.bogdanlivadariu.jenkins.reporting.cucumber.CucumberTestReportProjectAction
-
- All Implemented Interfaces:
hudson.model.Action
,hudson.model.ModelObject
,hudson.model.ProminentProjectAction
public class CucumberTestReportProjectAction extends CucumberTestReportBaseAction implements hudson.model.ProminentProjectAction
-
-
Field Summary
-
Fields inherited from class com.github.bogdanlivadariu.jenkins.reporting.cucumber.CucumberTestReportBaseAction
DISPLAY_NAME, ICON_LOCATON
-
-
Constructor Summary
Constructors Constructor Description CucumberTestReportProjectAction(hudson.model.AbstractProject<?,?> project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUrlName()
-
Methods inherited from class com.github.bogdanlivadariu.jenkins.reporting.cucumber.CucumberTestReportBaseAction
getDisplayName, getIconFileName
-
-
-
-
Method Detail
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfacehudson.model.Action
- Overrides:
getUrlName
in classCucumberTestReportBaseAction
-
-