public static class

ChangeContext.Builder

extends SimplePropertySupport.AbstractPropertyBuilder<B extends AbstractPropertyBuilder<B>>
java.lang.Object
   ↳ com.atlassian.bitbucket.util.BuilderSupport
     ↳ com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder<B extends com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder<B>>
       ↳ com.atlassian.bitbucket.content.ChangeContext.Builder

Summary

[Expand]
Inherited Fields
From class com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
From class com.atlassian.bitbucket.util.BuilderSupport
Public Constructors
Builder(String fromHash, String toHash)
Builder(ChangeContext context)
Public Methods
@Nonnull ChangeContext build()
@Nonnull ChangeContext.Builder maxChanges(int value)
Protected Methods
@Nonnull ChangeContext.Builder self()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.property.SimplePropertySupport.AbstractPropertyBuilder
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Public Constructors

public Builder (String fromHash, String toHash)

public Builder (ChangeContext context)

Public Methods

@Nonnull public ChangeContext build ()

@Nonnull public ChangeContext.Builder maxChanges (int value)

Protected Methods

@Nonnull protected ChangeContext.Builder self ()