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 void
doSearchOffset(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)
List<String>
getDiffIds()
String
getDisplayName()
String
getIconFileName()
String
getPreviousBuild()
Collection<? extends Action>
getProjectActions()
String
getThisBuild()
String
getUrlName()
-
-
-
Constructor Detail
-
DiffReportAction
public DiffReportAction(AbstractBuild<?,?> build)
-
-
Method Detail
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in 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:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
getThisBuild
public String getThisBuild()
-
getPreviousBuild
public String getPreviousBuild()
-
-