public class

SimpleBranch

extends SimpleRef
implements Branch
java.lang.Object
   ↳ com.atlassian.bitbucket.repository.SimpleMinimalRef
     ↳ com.atlassian.bitbucket.repository.SimpleRef
       ↳ com.atlassian.bitbucket.repository.SimpleBranch

Summary

Nested Classes
class SimpleBranch.AbstractBranchBuilder<B extends AbstractBranchBuilder<B, R extends Branch>, R>  
class SimpleBranch.Builder  
[Expand]
Inherited Fields
From interface com.atlassian.bitbucket.repository.MinimalRef
From interface com.atlassian.bitbucket.repository.Ref
Protected Constructors
SimpleBranch(AbstractBranchBuilder<?, ?> builder)
Public Methods
boolean getIsDefault()
Protected Methods
@Nonnull String fieldsToString()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.repository.SimpleRef
From class com.atlassian.bitbucket.repository.SimpleMinimalRef
From class java.lang.Object
From interface com.atlassian.bitbucket.repository.Branch
From interface com.atlassian.bitbucket.repository.MinimalRef
From interface com.atlassian.bitbucket.repository.Ref

Protected Constructors

protected SimpleBranch (AbstractBranchBuilder<?, ?> builder)

Public Methods

public boolean getIsDefault ()

Protected Methods

@Nonnull protected String fieldsToString ()