Tabnine Logo
AbstractFolder.getItem
Code IndexAdd Tabnine to your IDE (free)

How to use
getItem
method
in
com.cloudbees.hudson.plugins.folder.AbstractFolder

Best Java code snippets using com.cloudbees.hudson.plugins.folder.AbstractFolder.getItem (Showing top 3 results out of 315)

origin: org.jenkins-ci.plugins/cloudbees-folder

/**
 * For URL binding.
 *
 * @param name the name of the child.
 * @return the job or {@code null} if there is no such child.
 * @see #getUrlChildPrefix
 */
public I getJob(String name) {
  return getItem(name);
}
origin: jenkinsci/cloudbees-folder-plugin

/**
 * For URL binding.
 *
 * @param name the name of the child.
 * @return the job or {@code null} if there is no such child.
 * @see #getUrlChildPrefix
 */
public I getJob(String name) {
  return getItem(name);
}
origin: jenkinsci/multi-branch-project-plugin

while (tokens.hasMoreTokens()) {
  String jobName = tokens.nextToken().trim();
  TopLevelItem item = owner.getItem(jobName);
  if (item != null && item instanceof Job) {
    BallColor d = ((Job) item).getIconColor();
com.cloudbees.hudson.plugins.folderAbstractFoldergetItem

Popular methods of AbstractFolder

  • getProperties
    May be used to enumerate or remove properties. To add properties, use #addProperty.
  • getAllJobs
  • getParent
  • hasPermission
  • save
  • addAction
  • addOrReplaceAction
    Add an action, replacing any existing actions of the (exact) same class. Note: calls to #getAllActio
  • addView
  • checkPermission
  • checkRename
  • childNameGenerator
  • doConfigSubmit
  • childNameGenerator,
  • doConfigSubmit,
  • getACL,
  • getAbsoluteUrl,
  • getActions,
  • getBuildHealthReports,
  • getDescriptor,
  • getDisplayName,
  • getFolderViews

Popular in Java

  • Making http requests using okhttp
  • getResourceAsStream (ClassLoader)
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • InputStreamReader (java.io)
    A class for turning a byte stream into a character stream. Data read from the source input stream is
  • Path (java.nio.file)
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JPanel (javax.swing)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now