Package com.atlassian.bitbucket.scm
Class DirectoryCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
com.atlassian.bitbucket.scm.DirectoryCommandParameters
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B extends AbstractCommitCommandParameters.AbstractCommitParametersBuilder<B>>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
Assembles aContentTreeContext
from these parameters.Methods inherited from class com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
getCommitId, getPath, hasPath
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Method Details
-
isRecursive
public boolean isRecursive() -
isWithSizes
public boolean isWithSizes()- Returns:
true
iffile sizes
should be populated; otherwise,false
- Since:
- 4.2
-
toContext
Assembles aContentTreeContext
from these parameters.- Returns:
- a
ContentTreeContext
describing these parameters
-