Uses of Interface
jenkins.model.ParameterizedJobMixIn.ParameterizedJob
Package
Description
OptionHandler
implementations for Hudson.Core object model that are bound to URLs via stapler, rooted at
Jenkins
.-
Uses of ParameterizedJobMixIn.ParameterizedJob in hudson.cli.handlers
Modifier and TypeMethodDescriptionprotected Class<ParameterizedJobMixIn.ParameterizedJob>
ParameterizedJobOptionHandler.type()
ModifierConstructorDescriptionParameterizedJobOptionHandler
(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<ParameterizedJobMixIn.ParameterizedJob> setter) -
Uses of ParameterizedJobMixIn.ParameterizedJob in hudson.model
Modifier and TypeClassDescriptionclass
AbstractProject<P extends AbstractProject<P,
R>, R extends AbstractBuild<P, R>> Base implementation ofJob
s that build software.class
Free-style software project.class
Buildable software project. -
Uses of ParameterizedJobMixIn.ParameterizedJob in jenkins.model
Modifier and TypeClassDescriptionclass
ParameterizedJobMixIn<JobT extends Job<JobT,
RunT> & ParameterizedJobMixIn.ParameterizedJob<JobT, RunT> & Queue.Task, RunT extends Run<JobT, RunT> & Queue.Executable> Allows aJob
to make use ofParametersDefinitionProperty
and be scheduled in various ways.static interface
ParameterizedJobMixIn.ParameterizedJob<JobT extends Job<JobT,
RunT> & ParameterizedJobMixIn.ParameterizedJob<JobT, RunT> & Queue.Task, RunT extends Run<JobT, RunT> & Queue.Executable> Marker for job using this mixin, and default implementations of many methods.Modifier and TypeFieldDescriptionParameterizedJobMixIn.BUILD_NOW_TEXT
Allows customization of the human-readable display name to be rendered in the Build Now link.ParameterizedJobMixIn.BUILD_WITH_PARAMETERS_TEXT
Modifier and TypeMethodDescriptionParameterizedJobMixIn.ParameterizedJob.resolveForCLI
(String name) Used for CLI binding.Modifier and TypeMethodDescriptionstatic CauseAction
ParameterizedJobMixIn.getBuildCause
(ParameterizedJobMixIn.ParameterizedJob job, org.kohsuke.stapler.StaplerRequest2 req) Computes the build cause, using RemoteCause or UserCause as appropriate.