Uses of Interface
hudson.model.RootAction

Packages that use RootAction
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.security Security-related code. 
jenkins.plugins.ui_samples   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of RootAction in hudson.model
 

Subinterfaces of RootAction in hudson.model
 interface UnprotectedRootAction
          RootActions that are accessible to requests that do not have the READ permission on Jenkins.
 

Classes in hudson.model that implement RootAction
static class EnvironmentContributor.EnvVarsHtml
          Serves the combined list of environment variables available from this plugin.
 class ManageJenkinsAction
          Adds the "Manage Jenkins" link to the top page.
static class MyViewsProperty.GlobalAction
           
 

Uses of RootAction in hudson.security
 

Classes in hudson.security that implement RootAction
 class WhoAmI
          Expose the data needed for /whoAmI, so it can be exposed by Api.
 

Uses of RootAction in jenkins.plugins.ui_samples
 

Classes in jenkins.plugins.ui_samples that implement RootAction
 class Root
          Entry point to all the UI samples.
 

Uses of RootAction in org.jvnet.hudson.test
 

Classes in org.jvnet.hudson.test that implement RootAction
 class ClosureExecuterAction
          Server-side logic that implements HudsonTestCase.executeOnServer(Callable).
 class GroovyHudsonTestCase
          HudsonTestCase with more convenience methods for Groovy.
 class HudsonTestCase
          Base class for all Jenkins test cases.
 class JenkinsRule
          JUnit 4.10+ style rule to allow test cases to fire up a Jenkins instance
static class PluginAutomaticTestBuilder.CliSanityTest
           
 



Copyright © 2004-2013. All Rights Reserved.