Class AquaScannerAction
- java.lang.Object
-
- org.jenkinsci.plugins.aquadockerscannerbuildstep.AquaScannerAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class AquaScannerAction extends Object implements Action
-
-
Constructor Summary
Constructors Constructor Description AquaScannerAction(Run<?,?> build, String artifactSuffix, String artifactName, String displayName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Run<?,?>
getBuild()
String
getDisplayName()
String
getIconFileName()
String
getResultsUrl()
String
getUrlName()
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getBuild
public Run<?,?> getBuild()
-
getResultsUrl
public String getResultsUrl()
-
-