Uses of Class
hudson.model.Actionable

Packages that use Actionable
hudson.matrix Matrix project 
hudson.maven Maven support. 
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.model.labels Boolean expression over labels. 
hudson.slaves Code related to slaves. 
jenkins.model   
org.jvnet.hudson.test Test harness for Jenkins and its plugins. 
 

Uses of Actionable in hudson.matrix
 

Subclasses of Actionable in hudson.matrix
 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 Actionable in hudson.maven
 

Subclasses of Actionable in hudson.maven
 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 MavenModules.
 class MavenModuleSetBuild
          Build for MavenModuleSet.
 

Uses of Actionable in hudson.model
 

Subclasses of Actionable in hudson.model
 class AbstractBuild<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
          Base implementation of Runs that build software.
 class AbstractItem
          Partial default implementation of Item.
 class AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
          Base implementation of Jobs that build software.
 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 Executors.
 class FreeStyleBuild
           
 class FreeStyleProject
          Free-style software project.
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 Label
          Group of Nodes.
 class Project<P extends Project<P,B>,B extends Build<P,B>>
          Buildable software project.
 class Queue.BlockedItem
          Item in the Queue.blockedProjects stage.
static class Queue.BuildableItem
          Item in the Queue.buildables stage.
static class Queue.Item
          Item in a queue.
static class Queue.NotWaitingItem
          Common part between Queue.BlockedItem and BuildableItem.
static class Queue.WaitingItem
          Item in the Queue.waitingList stage.
 class Run<JobT extends Job<JobT,RunT>,RunT extends Run<JobT,RunT>>
          A particular execution of Job.
 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.
 

Uses of Actionable in hudson.model.labels
 

Subclasses of Actionable in hudson.model.labels
 class LabelAtom
          Atomic single token label, like "foo" or "bar".
 class LabelExpression
          Boolean expression of labels.
static class LabelExpression.And
           
static class LabelExpression.Binary
           
static class LabelExpression.Iff
           
static class LabelExpression.Implies
           
static class LabelExpression.Not
           
static class LabelExpression.Or
           
static class LabelExpression.Paren
          No-op but useful for preserving the parenthesis in the user input.
 

Uses of Actionable in hudson.slaves
 

Subclasses of Actionable in hudson.slaves
 class AbstractCloudComputer<T extends AbstractCloudSlave>
          Partial implementation of Computer to be used in conjunction with AbstractCloudSlave.
 class SlaveComputer
          Computer for Slaves.
 

Uses of Actionable in jenkins.model
 

Subclasses of Actionable in jenkins.model
 class AbstractTopLevelItem
          Default base implementation of TopLevelItem.
static class Jenkins.MasterComputer
           
 

Uses of Actionable in org.jvnet.hudson.test
 

Subclasses of Actionable in org.jvnet.hudson.test
 class MockFolder
          Minimal implementation of a modifiable item group akin to the CloudBees Folders plugin.
 



Copyright © 2004-2013. All Rights Reserved.