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()
File
getCacheFile()
Boolean
getCompareAgainstLastStableBuild()
int
getCompareBuildNumber()
int
getCurrentBuildNumber()
List<com.github.difflib.text.DiffRow>
getDiffLines()
String
getDisplayName()
String
getIconFileName()
Collection<? extends Action>
getProjectActions()
Run<?,?>
getRun()
String
getUrlName()
-
-
-
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:
getProjectActions
in interfaceSimpleBuildStep.LastBuildAction
-
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
-
-