|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.git.util.BuildChooser
hudson.plugins.git.util.DefaultBuildChooser
public class DefaultBuildChooser
| Nested Class Summary | |
|---|---|
static class |
DefaultBuildChooser.DescriptorImpl
|
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Field Summary |
|---|
| Fields inherited from class hudson.plugins.git.util.BuildChooser |
|---|
gitSCM |
| Constructor Summary | |
|---|---|
DefaultBuildChooser()
|
|
| Method Summary | |
|---|---|
java.util.Collection<Revision> |
getCandidateRevisions(boolean isPollCall,
java.lang.String singleBranch,
IGitAPI git,
hudson.model.TaskListener listener,
BuildData data)
Determines which Revisions to build. |
| Methods inherited from class hudson.plugins.git.util.BuildChooser |
|---|
all, getDescriptor, getDisplayName, prevBuildForChangelog |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@DataBoundConstructor public DefaultBuildChooser()
| Method Detail |
|---|
public java.util.Collection<Revision> getCandidateRevisions(boolean isPollCall,
java.lang.String singleBranch,
IGitAPI git,
hudson.model.TaskListener listener,
BuildData data)
throws GitException,
java.io.IOException
getCandidateRevisions in class BuildChooserisPollCall - true if this method is called from pollChanges.singleBranch - contains the name of a single branch to be built
this will be non-null only in the simple case, in advanced
cases with multiple repositories and/or branches specified
then this value will be null.
java.io.IOException
GitException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||