public class PullRequestChangesCommandParameters extends AbstractChangesCommandParameters
Modifier and Type | Class and Description |
---|---|
static class |
PullRequestChangesCommandParameters.Builder |
AbstractChangesCommandParameters.AbstractBuilder<B extends AbstractChangesCommandParameters.AbstractBuilder<B>>
NOT_BLANK
Modifier and Type | Method and Description |
---|---|
ChangeContext |
toContext(PullRequestEffectiveDiff effectiveDiff)
Assembles a
ChangeContext from these parameters using the hashes from the
current effective diff . |
getMaxChanges, getPaths, hasPaths, toContext
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
@Nonnull public ChangeContext toContext(@Nonnull PullRequestEffectiveDiff effectiveDiff)
ChangeContext
from these parameters using the hashes from the
current effective diff
.effectiveDiff
- the current effective diff
for the pull requestChangeContext
describing these parametersCopyright © 2022 Atlassian. All rights reserved.