Uses of Class
io.jenkins.plugins.LogFlowVisualizer.input.LogFlowInput
-
Packages that use LogFlowInput Package Description io.jenkins.plugins.LogFlowVisualizer io.jenkins.plugins.LogFlowVisualizer.actions io.jenkins.plugins.LogFlowVisualizer.input -
-
Uses of LogFlowInput in io.jenkins.plugins.LogFlowVisualizer
Methods in io.jenkins.plugins.LogFlowVisualizer that return types with arguments of type LogFlowInput Modifier and Type Method Description List<LogFlowInput>LogFlowRecorder. getConfigurations()DescriptorExtensionList<LogFlowInput,LogFlowInputDescriptor>LogFlowRecorder. getFormatDescriptors()Method parameters in io.jenkins.plugins.LogFlowVisualizer with type arguments of type LogFlowInput Modifier and Type Method Description voidLogFlowRecorder. setConfigurations(List<LogFlowInput> configurations)Constructor parameters in io.jenkins.plugins.LogFlowVisualizer with type arguments of type LogFlowInput Constructor Description LogFlowRecorder(List<LogFlowInput> configurations, Boolean generatePicture, Boolean compareAgainstLastStableBuild) -
Uses of LogFlowInput in io.jenkins.plugins.LogFlowVisualizer.actions
Methods in io.jenkins.plugins.LogFlowVisualizer.actions that return types with arguments of type LogFlowInput Modifier and Type Method Description List<LogFlowInput>LogFlowProjectAction. getConfigurations()Constructor parameters in io.jenkins.plugins.LogFlowVisualizer.actions with type arguments of type LogFlowInput Constructor Description LogFlowProjectAction(Run<?,?> run, List<LogFlowInput> configurations, File cacheFolder, Boolean compareAgainstLastStableBuild) -
Uses of LogFlowInput in io.jenkins.plugins.LogFlowVisualizer.input
Subclasses of LogFlowInput in io.jenkins.plugins.LogFlowVisualizer.input Modifier and Type Class Description classLogFlowInputAdvancedclassLogFlowInputSimpleMethods in io.jenkins.plugins.LogFlowVisualizer.input that return types with arguments of type LogFlowInput Modifier and Type Method Description Descriptor<LogFlowInput>LogFlowInput. getDescriptor()DescriptorExtensionList<LogFlowInput,LogFlowInputDescriptor>LogFlowInputSimple. getFormatDescriptors()
-