Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
jenkins.model |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProject<P extends AbstractProject<P,R>,R extends AbstractBuild<P,R>>
Base implementation of
Job s that build software. |
class |
FreeStyleProject
Free-style software project.
|
class |
Project<P extends Project<P,B>,B extends Build<P,B>>
Buildable software project.
|
Modifier and Type | Method and Description |
---|---|
ParameterizedJobMixIn.ParameterizedJob |
ParametersDefinitionProperty.getJob() |
Modifier and Type | Class and Description |
---|---|
class |
ParameterizedJobMixIn<JobT extends Job<JobT,RunT> & ParameterizedJobMixIn.ParameterizedJob & Queue.Task,RunT extends Run<JobT,RunT> & Queue.Executable>
Allows a
Job to make use of ParametersDefinitionProperty and be scheduled in various ways. |
Modifier and Type | Field and Description |
---|---|
static AlternativeUiTextProvider.Message<ParameterizedJobMixIn.ParameterizedJob> |
ParameterizedJobMixIn.BUILD_NOW_TEXT
Allows customization of the human-readable display name to be rendered in the Build Now link.
|
Modifier and Type | Method and Description |
---|---|
static CauseAction |
ParameterizedJobMixIn.getBuildCause(ParameterizedJobMixIn.ParameterizedJob job,
org.kohsuke.stapler.StaplerRequest req)
Computes the build cause, using RemoteCause or UserCause as appropriate.
|
Copyright © 2017. All rights reserved.