Package com.atlassian.bitbucket.scm.pull
Class PullRequestDiffCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.AbstractDiffCommandParameters
com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.atlassian.bitbucket.scm.AbstractDiffCommandParametersAbstractDiffCommandParameters.AbstractBuilder<B extends AbstractDiffCommandParameters.AbstractBuilder<B>>
- 
Field SummaryFields inherited from class com.atlassian.bitbucket.scm.AbstractDiffCommandParametersDEFAULT_CONTEXT_LINESFields inherited from class com.atlassian.bitbucket.util.BuilderSupportNOT_BLANK
- 
Method SummaryModifier and TypeMethodDescriptiontoContext(PullRequestEffectiveDiff effectiveDiff) Assembles aDiffContextfrom these parameters using the hashes from thecurrent effective diff.Methods inherited from class com.atlassian.bitbucket.scm.AbstractDiffCommandParametersgetContextLines, getMaxLineLength, getMaxLines, getPaths, getSecondaryRepository, getWhitespace, hasContextLines, hasPaths, toContextMethods inherited from class com.atlassian.bitbucket.util.BuilderSupportaddIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
- 
Method Details- 
toContextAssembles aDiffContextfrom these parameters using the hashes from thecurrent effective diff.- Parameters:
- effectiveDiff- the current- effective difffor the pull request
- Returns:
- a DiffContextdescribing these parameters
 
 
-