jenkins.plugins.svnmerge
Class IntegrationStatusAction
java.lang.Object
jenkins.plugins.svnmerge.IntegrationStatusAction
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject, hudson.model.PermalinkProjectAction
public class IntegrationStatusAction
- extends java.lang.Object
- implements hudson.model.PermalinkProjectAction
Project-level Action
that shows the integration status on a feature branch job.
This also adds a permalink to AbstractProject
.
- Author:
- Kohsuke Kawaguchi
Nested classes/interfaces inherited from interface hudson.model.PermalinkProjectAction |
hudson.model.PermalinkProjectAction.Permalink |
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
branchProperty
public final FeatureBranchProperty branchProperty
IntegrationStatusAction
public IntegrationStatusAction(FeatureBranchProperty fbp)
getLastIntegratedBuild
public hudson.model.AbstractBuild<?,?> getLastIntegratedBuild()
- Finds the last build that got integrated to the upstream, or else null.
getLastIntegrateAction
public IntegrateAction getLastIntegrateAction()
getPermalinks
public java.util.List<hudson.model.PermalinkProjectAction.Permalink> getPermalinks()
- Specified by:
getPermalinks
in interface hudson.model.PermalinkProjectAction
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
Copyright © 2004-2011. All Rights Reserved.