|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessControlled | |
---|---|
hudson | |
hudson.matrix | Matrix project |
hudson.maven | Maven support. |
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.security | Security-related code. |
hudson.slaves | Code related to slaves. |
hudson.util | Other miscellaneous utility code |
jenkins.model | |
org.jvnet.hudson.test | Test harness for Jenkins and its plugins. |
Uses of AccessControlled in hudson |
---|
Methods in hudson with parameters of type AccessControlled | |
---|---|
static void |
Functions.checkPermission(AccessControlled object,
Permission permission)
|
Uses of AccessControlled in hudson.matrix |
---|
Classes in hudson.matrix that implement AccessControlled | |
---|---|
class |
MatrixBuild
Build of MatrixProject . |
class |
MatrixConfiguration
One configuration of MatrixProject . |
class |
MatrixProject
Job that allows you to run multiple different configurations
from a single setting. |
class |
MatrixRun
Execution of MatrixConfiguration . |
Uses of AccessControlled in hudson.maven |
---|
Classes in hudson.maven that implement AccessControlled | |
---|---|
class |
AbstractMavenBuild<P extends AbstractMavenProject<P,B>,B extends AbstractMavenBuild<P,B>>
|
class |
AbstractMavenProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Common part between MavenModule and MavenModuleSet . |
class |
MavenBuild
Run for MavenModule . |
class |
MavenModule
Job that builds projects based on Maven2. |
class |
MavenModuleSet
Group of MavenModule s. |
class |
MavenModuleSetBuild
Build for MavenModuleSet . |
Uses of AccessControlled in hudson.model |
---|
Subinterfaces of AccessControlled in hudson.model | |
---|---|
interface |
BuildableItem
Item that can be "built", for
whatever meaning of "build". |
interface |
BuildableItemWithBuildWrappers
AbstractProject that has associated BuildWrapper s. |
interface |
Item
Basic configuration unit in Hudson. |
interface |
SCMedItem
Item s that has associated SCM. |
interface |
TopLevelItem
Item that can be directly displayed under Jenkins or other containers. |
interface |
ViewGroup
Container of View s. |
Classes in hudson.model that implement AccessControlled | |
---|---|
class |
AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation of Run s that build software. |
class |
AbstractCIBase
|
class |
AbstractItem
Partial default implementation of Item . |
class |
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation of Job s that build software. |
class |
AllView
View that contains everything. |
class |
Build<P extends Project<P,B>,B extends Build<P,B>>
A build of a Project . |
class |
Computer
Represents the running state of a remote computer that holds Executor s. |
class |
FreeStyleBuild
|
class |
FreeStyleProject
Free-style software project. |
class |
Hudson
|
static class |
Hudson.MasterComputer
Deprecated. only here for backward comp |
class |
Job<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A job is an runnable entity under the monitoring of Hudson. |
class |
ListView
Displays Job s in a flat list view. |
class |
MyView
View that only contains projects for which the current user has access to. |
class |
MyViewsProperty
A UserProperty that remembers user-private views. |
class |
Node
Base type of Hudson slaves (although in practice, you probably extend Slave to define a new slave type.) |
class |
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project. |
class |
ProxyView
A view that delegates to another. |
class |
Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
A particular execution of Job . |
class |
Slave
Information about a Hudson slave node. |
class |
TreeView
EXPERIMENTAL |
class |
User
Represents a user. |
class |
View
Encapsulates the rendering of the list of TopLevelItem s
that Jenkins owns. |
class |
ViewJob<JobT extends ViewJob<JobT,RunT>,RunT extends Run<JobT,RunT>>
Job that monitors activities that happen outside Hudson,
which requires occasional batch reload activity to obtain the up-to-date information. |
Constructors in hudson.model with parameters of type AccessControlled | |
---|---|
ItemGroupMixIn(ItemGroup parent,
AccessControlled acl)
|
Uses of AccessControlled in hudson.security |
---|
Classes in hudson.security that implement AccessControlled | |
---|---|
class |
HudsonPrivateSecurityRealm
SecurityRealm that performs authentication by looking up User . |
Methods in hudson.security with parameters of type AccessControlled | |
---|---|
FormValidation |
GlobalMatrixAuthorizationStrategy.DescriptorImpl.doCheckName_(String value,
AccessControlled subject,
Permission permission)
|
Uses of AccessControlled in hudson.slaves |
---|
Classes in hudson.slaves that implement AccessControlled | |
---|---|
class |
AbstractCloudComputer<T extends AbstractCloudSlave>
Partial implementation of Computer to be used in conjunction with
AbstractCloudSlave . |
class |
AbstractCloudImpl
Additional convenience implementation on top of Cloud that are likely useful to
typical Cloud implementations. |
class |
AbstractCloudSlave
Partial implementation of Slave to be used by AbstractCloudImpl . |
class |
Cloud
Creates Node s to dynamically expand/shrink the slaves attached to Hudson. |
class |
DumbSlave
Default Slave implementation for computers that do not belong to a higher level structure,
like grid or cloud. |
class |
SlaveComputer
Computer for Slave s. |
Uses of AccessControlled in hudson.util |
---|
Fields in hudson.util declared as AccessControlled | |
---|---|
protected AccessControlled |
FormFieldValidator.subject
Deprecated. The object to which the permission is checked against. |
Constructors in hudson.util with parameters of type AccessControlled | |
---|---|
FormFieldValidator(AccessControlled subject,
Permission permission)
Deprecated. |
|
FormFieldValidator(org.kohsuke.stapler.StaplerRequest request,
org.kohsuke.stapler.StaplerResponse response,
AccessControlled subject,
Permission permission)
Deprecated. Use FormFieldValidator.FormFieldValidator(AccessControlled,Permission) and remove StaplerRequest and StaplerResponse
from your "doCheck..." method parameter |
|
RemotingDiagnostics.HeapDump(AccessControlled owner,
hudson.remoting.VirtualChannel channel)
|
Uses of AccessControlled in jenkins.model |
---|
Classes in jenkins.model that implement AccessControlled | |
---|---|
class |
AbstractTopLevelItem
Default base implementation of TopLevelItem . |
class |
Jenkins
Root object of the system. |
static class |
Jenkins.MasterComputer
|
Uses of AccessControlled in org.jvnet.hudson.test |
---|
Classes in org.jvnet.hudson.test that implement AccessControlled | |
---|---|
class |
MockFolder
Minimal implementation of a modifiable item group akin to the CloudBees Folders plugin. |
class |
PretendSlave
Slave that pretends to fork processes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |