public class ChangeLogStrategy extends Object implements ExtensionPoint
SCMHead
is a change request that suggest all builds should be examined.ExtensionPoint.LegacyInstancesAreScopedToHudson| Constructor and Description |
|---|
ChangeLogStrategy() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExamineAllBuilds(jenkins.scm.api.SCMHead head) |
protected boolean |
shouldExamineAllBuilds(jenkins.scm.api.SCMHead head) |
protected boolean shouldExamineAllBuilds(@Nonnull jenkins.scm.api.SCMHead head)
head - the head in questiontrue if all builds changelogs should be examined.public static boolean isExamineAllBuilds(@Nonnull jenkins.scm.api.SCMHead head)
Copyright © 2016–2019. All rights reserved.