Package com.atlassian.bitbucket.scm.pull
Class PullRequestDiffCommandParameters.Builder
java.lang.Object
com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder<PullRequestDiffCommandParameters.Builder>
com.atlassian.bitbucket.scm.pull.PullRequestDiffCommandParameters.Builder
- Enclosing class:
- PullRequestDiffCommandParameters
public static class PullRequestDiffCommandParameters.Builder
extends AbstractDiffCommandParameters.AbstractBuilder<PullRequestDiffCommandParameters.Builder>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
protected PullRequestDiffCommandParameters.Builder
self()
Methods inherited from class com.atlassian.bitbucket.scm.AbstractDiffCommandParameters.AbstractBuilder
contextLines, defaultContextLines, maxLineLength, maxLines, path, paths, paths, secondaryRepository, whitespace
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
self
- Specified by:
self
in classAbstractDiffCommandParameters.AbstractBuilder<PullRequestDiffCommandParameters.Builder>
-