Class LogFlowOffsetAction
- java.lang.Object
-
- io.jenkins.plugins.LogFlowVisualizer.actions.LogFlowOffsetAction
-
- All Implemented Interfaces:
Action,ModelObject,SimpleBuildStep.LastBuildAction
public class LogFlowOffsetAction extends Object implements SimpleBuildStep.LastBuildAction
-
-
Constructor Summary
Constructors Constructor Description LogFlowOffsetAction(Run<?,?> run)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSearchOffset(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)StringgetDisplayName()StringgetIconFileName()Collection<? extends Action>getProjectActions()StringgetUrlName()
-
-
-
Constructor Detail
-
LogFlowOffsetAction
public LogFlowOffsetAction(Run<?,?> run)
-
-
Method Detail
-
doSearchOffset
@GET @WebMethod(name="get-search-offset") 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
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
-