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.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getSearchUrl()
getSearchUrl in interface hudson.search.SearchItempublic String getUrlName()
getUrlName in interface hudson.model.Actionpublic 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.ServletExceptionIOExceptionCopyright © 2004-2014. All Rights Reserved.