Class DiffReportAction
- java.lang.Object
-
- io.jenkins.plugins.report.genericdiff.DiffReportAction
-
- All Implemented Interfaces:
Action,ModelObject,SimpleBuildStep.LastBuildAction
public class DiffReportAction extends Object implements SimpleBuildStep.LastBuildAction
-
-
Constructor Summary
Constructors Constructor Description DiffReportAction(AbstractBuild<?,?> build)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSearchOffset(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)List<String>getDiffIds()StringgetDisplayName()StringgetIconFileName()StringgetPreviousBuild()Collection<? extends Action>getProjectActions()StringgetThisBuild()StringgetUrlName()
-
-
-
Constructor Detail
-
DiffReportAction
public DiffReportAction(AbstractBuild<?,?> build)
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
doSearchOffset
@GET @WebMethod(name="dynamic-diff") public void doSearchOffset(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res) throws IOException- Throws:
IOException
-
getProjectActions
public Collection<? extends Action> getProjectActions()
- Specified by:
getProjectActionsin interfaceSimpleBuildStep.LastBuildAction
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
getThisBuild
public String getThisBuild()
-
getPreviousBuild
public String getPreviousBuild()
-
-