×
A job is an runnable entity under the monitoring of Hudson. Every time it "runs", it will be recorded as a Run object. To create a custom job type, ...
Core object model that are bound to URLs via stapler, rooted at Jenkins . hudson ... model. Classes in jenkins.model with type parameters of type Job. Modifier ...
Core object model that are bound to URLs via stapler, rooted at Jenkins . ... A job is an ... Participates in the rendering of HTML pages for all pages of Hudson.
This allows URL hudson/plugin/ID to be served by the views of the plugin class. Parameters: shortName - Short name of the plugin; Returns: The plugin singleton ...
Used only for mapping jobs to URL in a case-insensitive fashion. CopyOnWriteList<ItemListener>, getJobListeners(). Deprecated. as of 1.286. Slave, getSlave ...
Gets the relative name to this item from the specified group. String, getShortUrl(). Returns the URL of this item relative to the parent ItemGroup .
Jun 15, 2023 · When we were setting up the jobs, we used build parameters to parameterize the build. Now this is not relevant anymore, so we removed the ...
Missing: /url | Show results with:/url
Returns the URL of this Run , relative to the context root of Hudson. Returns: String like "job/foo/32/" with trailing slash but no leading slash.
Jun 14, 2023 · I am working on a project where I have to grab all the details of a user which I see on mange roles page for an organization including their ...
Defines a parameter for a build. In Jenkins, a user can configure a job to require parameters for a build. For example, imagine a test job that takes the ...