hudson.plugins.violations.util
Class HelpHudson

java.lang.Object
  extended by hudson.plugins.violations.util.HelpHudson

public final class HelpHudson
extends java.lang.Object

Some utility methods for hudson.


Method Summary
static int findBuildNumber(org.kohsuke.stapler.StaplerRequest req)
          get the build number from a uri.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findBuildNumber

public static int findBuildNumber(org.kohsuke.stapler.StaplerRequest req)
get the build number from a uri.

Parameters:
req - the request params
Returns:
the build number if present, 0 otherwise.


Copyright © 2004-2012. All Rights Reserved.