jenkins.plugins.svnmerge
Class IntegrationStatusAction

java.lang.Object
  extended by 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 Class Summary
 
Nested classes/interfaces inherited from interface hudson.model.PermalinkProjectAction
hudson.model.PermalinkProjectAction.Permalink
 
Field Summary
 FeatureBranchProperty branchProperty
           
 hudson.model.AbstractProject<?,?> project
           
 
Constructor Summary
IntegrationStatusAction(FeatureBranchProperty fbp)
           
 
Method Summary
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 IntegrateAction getLastIntegrateAction()
           
 hudson.model.AbstractBuild<?,?> getLastIntegratedBuild()
          Finds the last build that got integrated to the upstream, or else null.
 java.util.List<hudson.model.PermalinkProjectAction.Permalink> getPermalinks()
           
 java.lang.String getUrlName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

public final hudson.model.AbstractProject<?,?> project

branchProperty

public final FeatureBranchProperty branchProperty
Constructor Detail

IntegrationStatusAction

public IntegrationStatusAction(FeatureBranchProperty fbp)
Method Detail

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.