Uses of Class
io.jenkins.plugins.finitestate.BaseFiniteStateRecorder
-
Uses of BaseFiniteStateRecorder in io.jenkins.plugins.finitestate
Subclasses of BaseFiniteStateRecorder in io.jenkins.plugins.finitestateModifier and TypeClassDescriptionclassRefactored Binary Analysis Recorder that extends the base class to reduce code duplication.classRefactored SBOM Import Recorder that extends the base class to reduce code duplication.classRefactored Third Party Import Recorder that extends the base class to reduce code duplication.Methods in io.jenkins.plugins.finitestate with parameters of type BaseFiniteStateRecorderModifier and TypeMethodDescriptionstatic booleanFiniteStateExecutionFramework.executeAnalysis(BaseFiniteStateRecorder recorder, AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) Backward-compatible shim for freestyle builds usingAbstractBuildAPI.static booleanFiniteStateExecutionFramework.executeAnalysis(BaseFiniteStateRecorder recorder, Run<?, ?> run, FilePath workspace, Launcher launcher, TaskListener listener) Execute a Finite State analysis with common error handling and logging.