public class IntegratableProjectAction
extends hudson.model.AbstractModelObject
implements hudson.model.Action
Action
that shows the feature branches.
This is attached to the upstream job.
Modifier and Type | Field and Description |
---|---|
hudson.model.AbstractProject<?,?> |
project |
Modifier and Type | Method and Description |
---|---|
void |
doNewBranch(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
String name,
boolean attach,
String commitMessage) |
List<hudson.model.AbstractProject<?,?>> |
getBranches()
Gets feature branches for this project.
|
String |
getDisplayName() |
String |
getIconFileName() |
String |
getSearchUrl() |
String |
getUrlName() |
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getSearchUrl()
getSearchUrl
in interface hudson.search.SearchItem
public String getUrlName()
getUrlName
in interface hudson.model.Action
public List<hudson.model.AbstractProject<?,?>> getBranches()
public void doNewBranch(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp, @QueryParameter String name, @QueryParameter boolean attach, @QueryParameter String commitMessage) throws javax.servlet.ServletException, IOException
javax.servlet.ServletException
IOException
Copyright © 2004-2014. All Rights Reserved.