Package com.fortify.plugin.jenkins
Class FortifyUploadBuildAction
- java.lang.Object
-
- com.fortify.plugin.jenkins.FortifyUploadBuildAction
-
- All Implemented Interfaces:
Action
,ModelObject
,SimpleBuildStep.LastBuildAction
public class FortifyUploadBuildAction extends Object implements Action, SimpleBuildStep.LastBuildAction
-
-
Constructor Summary
Constructors Constructor Description FortifyUploadBuildAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addAppVersion(Job<?,?> project, FortifyUpload upload, String appName, String appVersion)
String
getDisplayName()
String
getIconFileName()
Collection<? extends Action>
getProjectActions()
String
getUrlName()
-
-
-
Method Detail
-
addAppVersion
public void addAppVersion(Job<?,?> project, FortifyUpload upload, String appName, String appVersion)
-
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
-
getProjectActions
public Collection<? extends Action> getProjectActions()
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
-