@DefaultAnnotation(edu.umd.cs.findbugs.annotations.NonNull.class)
Package io.jenkins.plugins.util
Provides utility classes for plugins.
-
Class Summary Class Description AbstractXmlStream<T> Base class that provides the basic setup to read and write entities of a given type usingXStream
.BuildAction<T> Controls the life cycle of the results in a build.BuildResultNavigator Navigates from the current results to the same results of any other build of the same job.EnvironmentResolver Resolves environment parameters in a string value.GlobalConfigurationFacade Facade to JenkinsGlobalConfiguration
instance to prevent IO access during tests.GlobalConfigurationItem Testable base class for items of theGlobalConfiguration
page.JenkinsFacade Facade to Jenkins server.JobAction<T extends BuildAction<?>> A job action displays a link on the side panel of a job that refers to the last build that contains results (i.e.LogHandler Handles logging of issues log and error messages to aTaskListener
instance.PluginLogger A simple logger that prefixes each message with the name of a plugin.