Uses of Enum Class
io.jenkins.plugins.secretguard.service.GlobalJobScanStatus.State
Packages that use GlobalJobScanStatus.State
-
Uses of GlobalJobScanStatus.State in io.jenkins.plugins.secretguard.action
Methods in io.jenkins.plugins.secretguard.action with parameters of type GlobalJobScanStatus.StateModifier and TypeMethodDescriptionSecretGuardRootAction.getScanAllStateBadgeClass(GlobalJobScanStatus.State state) -
Uses of GlobalJobScanStatus.State in io.jenkins.plugins.secretguard.service
Methods in io.jenkins.plugins.secretguard.service that return GlobalJobScanStatus.StateModifier and TypeMethodDescriptionGlobalJobScanStatus.getState()static GlobalJobScanStatus.StateReturns the enum constant of this class with the specified name.static GlobalJobScanStatus.State[]GlobalJobScanStatus.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.jenkins.plugins.secretguard.service with parameters of type GlobalJobScanStatus.StateModifierConstructorDescriptionGlobalJobScanStatus(GlobalJobScanStatus.State state, int totalJobs, int jobsScanned, int jobsWithFindings, int jobsWithHighSeverity, int jobsFailed, String currentJobFullName, String message, String scanScopeDescription, Instant startedAt, Instant finishedAt, List<String> failedJobFullNames) GlobalJobScanStatus(GlobalJobScanStatus.State state, int totalJobs, int jobsScanned, int jobsWithFindings, int jobsWithHighSeverity, int jobsFailed, String currentJobFullName, String message, Instant startedAt, Instant finishedAt, List<String> failedJobFullNames)