org.jvnet.hudson.plugins.nextbuildnumber
Class NextBuildNumberAction

java.lang.Object
  extended by org.jvnet.hudson.plugins.nextbuildnumber.NextBuildNumberAction
All Implemented Interfaces:
hudson.model.Action, hudson.model.ModelObject

public class NextBuildNumberAction
extends java.lang.Object
implements hudson.model.Action

Author:
dty

Nested Class Summary
static class NextBuildNumberAction.ActionInjector
           
 
Method Summary
 void doSubmit(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse resp)
           
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 hudson.model.Job getJob()
           
 hudson.security.Permission getPermission()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIconFileName

public java.lang.String getIconFileName()
Specified by:
getIconFileName in interface hudson.model.Action

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.Action
Specified by:
getDisplayName in interface hudson.model.ModelObject

getUrlName

public java.lang.String getUrlName()
Specified by:
getUrlName in interface hudson.model.Action

getJob

public hudson.model.Job getJob()

getPermission

public hudson.security.Permission getPermission()

doSubmit

public void doSubmit(org.kohsuke.stapler.StaplerRequest req,
                     org.kohsuke.stapler.StaplerResponse resp)
              throws java.io.IOException,
                     javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2009. All Rights Reserved.