public class DirectoryCommandParameters extends AbstractCommitCommandParameters
Modifier and Type | Class and Description |
---|---|
static class |
DirectoryCommandParameters.Builder |
AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B extends AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B>>
NOT_BLANK
Modifier and Type | Method and Description |
---|---|
boolean |
isRecursive() |
boolean |
isWithSizes() |
ContentTreeContext |
toContext()
Assembles a
ContentTreeContext from these parameters. |
getCommitId, getPath, hasPath
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
public boolean isRecursive()
public boolean isWithSizes()
true
if file sizes
should be populated; otherwise, false
@Nonnull public ContentTreeContext toContext()
ContentTreeContext
from these parameters.ContentTreeContext
describing these parametersCopyright © 2022 Atlassian. All rights reserved.