public abstract class BranchBuildStrategy extends hudson.model.AbstractDescribableImpl<BranchBuildStrategy> implements hudson.ExtensionPoint
Constructor and Description |
---|
BranchBuildStrategy() |
Modifier and Type | Method and Description |
---|---|
BranchBuildStrategyDescriptor |
getDescriptor() |
abstract boolean |
isAutomaticBuild(jenkins.scm.api.SCMSource source,
jenkins.scm.api.SCMHead head)
Should the specified
SCMHead for the specified SCMSource be built whenever it is detected as
created / modified? |
public abstract boolean isAutomaticBuild(jenkins.scm.api.SCMSource source, jenkins.scm.api.SCMHead head)
SCMHead
for the specified SCMSource
be built whenever it is detected as
created / modified?source
- the SCMSource
head
- the SCMHead
true
if and only if the SCMHead
should be automatically built when detected as created
/ modified.public BranchBuildStrategyDescriptor getDescriptor()
getDescriptor
in interface hudson.model.Describable<BranchBuildStrategy>
getDescriptor
in class hudson.model.AbstractDescribableImpl<BranchBuildStrategy>
Copyright © 2016–2017. All rights reserved.