Class RpmsReportAction
- java.lang.Object
-
- io.jenkins.plugins.report.genericdiff.RpmsReportAction
-
- All Implemented Interfaces:
Action
,ModelObject
,SimpleBuildStep.LastBuildAction
,org.kohsuke.stapler.StaplerProxy
public class RpmsReportAction extends Object implements Action, org.kohsuke.stapler.StaplerProxy, SimpleBuildStep.LastBuildAction
-
-
Constructor Summary
Constructors Constructor Description RpmsReportAction(AbstractBuild<?,?> build)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDiffUrlName()
String
getDisplayName()
String
getIconFileName()
Collection<? extends Action>
getProjectActions()
RpmsReport
getTarget()
String
getUrlName()
-
-
-
Constructor Detail
-
RpmsReportAction
public RpmsReportAction(AbstractBuild<?,?> build)
-
-
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
-
getDiffUrlName
public String getDiffUrlName()
-
getTarget
public RpmsReport getTarget()
- Specified by:
getTarget
in interfaceorg.kohsuke.stapler.StaplerProxy
-
getProjectActions
public Collection<? extends Action> getProjectActions()
- Specified by:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
-