Package com.atlassian.bitbucket.scm
Class FileCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.AbstractCommitCommandParameters
com.atlassian.bitbucket.scm.FileCommandParameters
-
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
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
-
getMaxLineLength
public int getMaxLineLength() -
isAnnotated
public boolean isAnnotated() -
toContext
Assembles aFileContext
from these parameters.- Returns:
- a
FileContext
describing these parameters
-