public class IntegrationStatusAction extends Object implements hudson.model.PermalinkProjectAction
Action that shows the integration status on a feature branch job.
This also adds a permalink to AbstractProject.
| Modifier and Type | Field and Description |
|---|---|
FeatureBranchProperty |
branchProperty |
hudson.model.AbstractProject<?,?> |
project |
| Constructor and Description |
|---|
IntegrationStatusAction(FeatureBranchProperty fbp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getIconFileName() |
IntegrateAction |
getLastIntegrateAction() |
hudson.model.AbstractBuild<?,?> |
getLastIntegratedBuild()
Finds the last build that got integrated to the upstream, or else null.
|
List<hudson.model.PermalinkProjectAction.Permalink> |
getPermalinks() |
String |
getUrlName() |
public final hudson.model.AbstractProject<?,?> project
public final FeatureBranchProperty branchProperty
public IntegrationStatusAction(FeatureBranchProperty fbp)
public hudson.model.AbstractBuild<?,?> getLastIntegratedBuild()
public IntegrateAction getLastIntegrateAction()
public List<hudson.model.PermalinkProjectAction.Permalink> getPermalinks()
getPermalinks in interface hudson.model.PermalinkProjectActionpublic String getIconFileName()
getIconFileName in interface hudson.model.Actionpublic String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectpublic String getUrlName()
getUrlName in interface hudson.model.ActionCopyright © 2004-2014. All Rights Reserved.