jenkins.plugins.svnmerge
Class IntegratableProject
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
jenkins.plugins.svnmerge.IntegratableProject
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
public class IntegratableProject
- extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
JobProperty
that marks projects that accept feature branch
integrations from FeatureBranchProperty
.
- Author:
- Kohsuke Kawaguchi
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
Fields inherited from class hudson.model.JobProperty |
owner |
Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
Method Summary |
java.util.List<hudson.model.Action> |
getJobActions(hudson.model.AbstractProject<?,?> _)
|
hudson.model.AbstractProject<?,?> |
getOwner()
|
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
If a build is picking up an integration, record this build into a fingerprint
(so that we can track where we've integrated changes.) |
Methods inherited from class hudson.model.JobProperty |
getDescriptor, getJobAction, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, prebuild, reconfigure, setOwner |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegratableProject
public IntegratableProject()
getJobActions
public java.util.List<hudson.model.Action> getJobActions(hudson.model.AbstractProject<?,?> _)
- Overrides:
getJobActions
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.lang.InterruptedException,
java.io.IOException
- If a build is picking up an integration, record this build into a fingerprint
(so that we can track where we've integrated changes.)
- Specified by:
perform
in interface hudson.tasks.BuildStep
- Overrides:
perform
in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
- Throws:
java.lang.InterruptedException
java.io.IOException
getOwner
public hudson.model.AbstractProject<?,?> getOwner()
Copyright © 2004-2011. All Rights Reserved.