Class ResultsRetriever
- java.lang.Object
-
- com.hcl.appscan.jenkins.plugin.actions.AppScanAction
-
- com.hcl.appscan.jenkins.plugin.actions.ResultsRetriever
-
- All Implemented Interfaces:
Action
,ModelObject
,RunAction2
,SimpleBuildStep.LastBuildAction
public class ResultsRetriever extends AppScanAction implements RunAction2, SimpleBuildStep.LastBuildAction
-
-
Field Summary
-
Fields inherited from class com.hcl.appscan.jenkins.plugin.actions.AppScanAction
ICON, m_project, URL
-
-
Constructor Summary
Constructors Constructor Description ResultsRetriever(Run<?,?> build, com.hcl.appscan.sdk.results.IResultsProvider provider, String scanName, String scanServerUrl, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkResults(Run<?,?> r)
String
getDisplayName()
boolean
getFailed()
boolean
getHasResults()
String
getMessage()
Collection<? extends Action>
getProjectActions()
String
getScanType()
String
getUrlName()
void
onAttached(Run<?,?> r)
void
onLoad(Run<?,?> r)
-
Methods inherited from class com.hcl.appscan.jenkins.plugin.actions.AppScanAction
getIconFileName, getProject
-
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
getIconFileName
-
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
- Overrides:
getUrlName
in classAppScanAction
-
onAttached
public void onAttached(Run<?,?> r)
- Specified by:
onAttached
in interfaceRunAction2
-
onLoad
public void onLoad(Run<?,?> r)
- Specified by:
onLoad
in interfaceRunAction2
-
getProjectActions
public Collection<? extends Action> getProjectActions()
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getHasResults
public boolean getHasResults()
-
getFailed
public boolean getFailed()
-
getMessage
public String getMessage()
-
getScanType
public String getScanType()
-
checkResults
public boolean checkResults(Run<?,?> r)
-
-