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