public interface

GitUpdateRefBuilderSupport

implements GitCommandBuilderSupport<B extends GitCommandBuilderSupport<B>>
com.atlassian.bitbucket.scm.git.command.updateref.GitUpdateRefBuilderSupport<B extends com.atlassian.bitbucket.scm.git.command.updateref.GitUpdateRefBuilderSupport<B>>
Known Indirect Subclasses

Summary

[Expand]
Inherited Constants
From interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
Public Methods
@Nonnull GitCommand<Void> build()
@Nonnull B deref(boolean value)
@Nonnull B message(String value)
@Nonnull B oldValue(String value)
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.scm.CommandBuilderSupport
From interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport

Public Methods

@Nonnull public GitCommand<Void> build ()

@Nonnull public B deref (boolean value)

@Nonnull public B message (String value)

@Nonnull public B oldValue (String value)