jenkins.plugins.svnmerge
Class IntegratableProjectAction
java.lang.Object
hudson.model.AbstractModelObject
jenkins.plugins.svnmerge.IntegratableProjectAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, hudson.search.SearchableModelObject, hudson.search.SearchItem
public class IntegratableProjectAction
- extends hudson.model.AbstractModelObject
- implements hudson.model.Action
Project-level Action that shows the feature branches.
This is attached to the upstream job.
- Author:
- Kohsuke Kawaguchi
|
Field Summary |
hudson.model.AbstractProject<?,?> |
project
|
| Methods inherited from class hudson.model.AbstractModelObject |
getSearch, getSearchIndex, getSearchName, makeSearchIndex, requirePOST, sendError, sendError, sendError, sendError, sendError |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
project
public final hudson.model.AbstractProject<?,?> project
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName in interface hudson.model.Action
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName in interface hudson.model.Action- Specified by:
getDisplayName in interface hudson.model.ModelObject
getSearchUrl
public String getSearchUrl()
- Specified by:
getSearchUrl in interface hudson.search.SearchItem
getUrlName
public String getUrlName()
- Specified by:
getUrlName in interface hudson.model.Action
getBranches
public List<hudson.model.AbstractProject<?,?>> getBranches()
- Gets feature branches for this project.
doNewBranch
public void doNewBranch(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
@QueryParameter
String name,
@QueryParameter
boolean attach)
throws javax.servlet.ServletException,
IOException
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2004-2012. All Rights Reserved.