org.jenkins.ci.plugins.keyboard_shortcuts
Class JobUtils

java.lang.Object
  extended by org.jenkins.ci.plugins.keyboard_shortcuts.JobUtils

public final class JobUtils
extends Object

Common utilities for Views.

Author:
Jesse Farinacci

Method Summary
static SortedSet<String> getAllJobNames()
           
static hudson.model.TopLevelItem getJob()
           
static hudson.model.TopLevelItem getJob(org.kohsuke.stapler.StaplerRequest currentRequest)
           
static String getJobName()
           
static String getJobName(hudson.model.Item item)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAllJobNames

public static SortedSet<String> getAllJobNames()

getJob

public static hudson.model.TopLevelItem getJob()

getJob

public static hudson.model.TopLevelItem getJob(org.kohsuke.stapler.StaplerRequest currentRequest)

getJobName

public static String getJobName()

getJobName

public static String getJobName(hudson.model.Item item)


Copyright © 2004-2012. All Rights Reserved.