hudson.plugins.violations.util
Class HelpHudson
java.lang.Object
hudson.plugins.violations.util.HelpHudson
public final class HelpHudson
- extends 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 |
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 Hudson. All Rights Reserved.