Class LogFlowHistoryDiffAction
- java.lang.Object
-
- io.jenkins.plugins.LogFlowVisualizer.actions.LogFlowHistoryDiffAction
-
- All Implemented Interfaces:
Action,ModelObject,SimpleBuildStep.LastBuildAction
public class LogFlowHistoryDiffAction extends Object implements SimpleBuildStep.LastBuildAction
-
-
Constructor Summary
Constructors Constructor Description LogFlowHistoryDiffAction(Run<?,?> run, File cacheFile, Boolean compareAgainstLastStableBuild)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<LineOutput>getAllCacheFromFile()FilegetCacheFile()BooleangetCompareAgainstLastStableBuild()intgetCompareBuildNumber()intgetCurrentBuildNumber()List<com.github.difflib.text.DiffRow>getDiffLines()StringgetDisplayName()StringgetIconFileName()Collection<? extends Action>getProjectActions()Run<?,?>getRun()StringgetUrlName()
-
-
-
Method Detail
-
getRun
public Run<?,?> getRun()
-
getCacheFile
public File getCacheFile()
-
getCompareAgainstLastStableBuild
public Boolean getCompareAgainstLastStableBuild()
-
getCurrentBuildNumber
public int getCurrentBuildNumber()
-
getCompareBuildNumber
public int getCompareBuildNumber()
-
getDiffLines
public List<com.github.difflib.text.DiffRow> getDiffLines()
-
getAllCacheFromFile
public List<LineOutput> getAllCacheFromFile()
-
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
-
-