public interface

GitNotesAddBuilder

implements GitNotesBuilderSupport<B extends GitNotesBuilderSupport<B>>
com.atlassian.bitbucket.scm.git.command.notes.GitNotesAddBuilder

Summary

[Expand]
Inherited Constants
From interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
Public Methods
@Nonnull GitCommand<Void> build()
@Nonnull GitNotesAddBuilder clearInputHandler()
@Nonnull GitNotesAddBuilder file(File value)
@Nonnull GitNotesAddBuilder file(String value)
@Nonnull GitNotesAddBuilder force(boolean value)
@Nonnull GitNotesAddBuilder inputHandler(CommandInputHandler value)
@Nonnull GitNotesAddBuilder message(String value)
@Nonnull GitNotesAddBuilder messages(Iterable<String> values)
@Nonnull GitNotesAddBuilder messages(String value, String... values)
[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.scm.CommandBuilderSupport
From interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
From interface com.atlassian.bitbucket.scm.git.command.notes.GitNotesBuilderSupport

Public Methods

@Nonnull public GitCommand<Void> build ()

@Nonnull public GitNotesAddBuilder clearInputHandler ()

@Nonnull public GitNotesAddBuilder file (File value)

@Nonnull public GitNotesAddBuilder file (String value)

@Nonnull public GitNotesAddBuilder force (boolean value)

@Nonnull public GitNotesAddBuilder inputHandler (CommandInputHandler value)

@Nonnull public GitNotesAddBuilder message (String value)

@Nonnull public GitNotesAddBuilder messages (Iterable<String> values)

@Nonnull public GitNotesAddBuilder messages (String value, String... values)