@Extension @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Commander extends Object implements hudson.model.RootAction
Constructor and Description |
---|
Commander() |
Modifier and Type | Method and Description |
---|---|
hudson.model.AutoCompletionCandidates |
doAutoCompleteCommandLine(String value) |
void |
doIndex(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res,
String commandLine) |
String |
getDisplayName() |
String |
getIconFileName() |
String |
getUrlName() |
public String getUrlName()
getUrlName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public void doIndex(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res, @QueryParameter String commandLine) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public hudson.model.AutoCompletionCandidates doAutoCompleteCommandLine(@QueryParameter String value)
Copyright © 2004-2015. All Rights Reserved.