public class ChangeLogStrategy extends Object implements hudson.ExtensionPoint
SCMHead
is a change request that suggest all builds should be examined.| 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–2020. All rights reserved.