public static abstract class

AbstractChangesCommandParameters.AbstractBuilder

extends Object
java.lang.Object
   ↳ com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder<B extends com.atlassian.bitbucket.scm.AbstractChangesCommandParameters.AbstractBuilder<B>>
Known Direct Subclasses

Summary

Fields
protected int maxChanges This field is deprecated. in 5.4. This field will be made private in 6.0.
protected final Builder<String> paths This field is deprecated. in 5.4. This field will be made private in 6.0.
Protected Constructors
AbstractBuilder()
Public Methods
@Nonnull B maxChanges(int value)
@Nonnull B path(String value)
@Nonnull B paths(Iterable<String> values)
@Nonnull B paths(String value, String... values)
Protected Methods
@Nonnull abstract B self()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int maxChanges

This field is deprecated.
in 5.4. This field will be made private in 6.0.

protected final Builder<String> paths

This field is deprecated.
in 5.4. This field will be made private in 6.0.

Protected Constructors

protected AbstractBuilder ()

Public Methods

@Nonnull public B maxChanges (int value)

@Nonnull public B path (String value)

@Nonnull public B paths (Iterable<String> values)

@Nonnull public B paths (String value, String... values)

Protected Methods

@Nonnull protected abstract B self ()