Class AppScanAction
- java.lang.Object
-
- com.hcl.appscan.jenkins.plugin.actions.AppScanAction
-
- All Implemented Interfaces:
Action
,ModelObject
- Direct Known Subclasses:
ResultsRetriever
,ScanResults
,ScanResultsTrend
public abstract class AppScanAction extends Object implements Action
-
-
Constructor Summary
Constructors Constructor Description AppScanAction(Job<?,?> project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIconFileName()
Job<?,?>
getProject()
String
getUrlName()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface hudson.model.Action
getDisplayName
-
-
-
-
Field Detail
-
ICON
protected static final String ICON
- See Also:
- Constant Field Values
-
URL
protected static final String URL
- See Also:
- Constant Field Values
-
m_project
protected final Job<?,?> m_project
-
-
Constructor Detail
-
AppScanAction
public AppScanAction(Job<?,?> project)
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getProject
public Job<?,?> getProject()
-
-