public interface

GitPushBuilder

implements GitCommandBuilderSupport<B extends GitCommandBuilderSupport<B>>
com.atlassian.bitbucket.scm.git.command.push.GitPushBuilder

Summary

[Expand]
Inherited Constants
From interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
Public Methods
@Nonnull GitPushBuilder force(boolean value)
@Nonnull GitPushBuilder porcelain(boolean value)
@Nonnull GitPushBuilder refspec(String value)
@Nonnull GitPushBuilder refspecs(String value, String... values)
@Nonnull GitPushBuilder repository(Repository value)
Specifies the repository to push to.
@Nonnull GitPushBuilder repository(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 GitPushBuilder force (boolean value)

@Nonnull public GitPushBuilder porcelain (boolean value)

@Nonnull public GitPushBuilder refspec (String value)

@Nonnull public GitPushBuilder refspecs (String value, String... values)

@Nonnull public GitPushBuilder repository (Repository value)

Specifies the repository to push to.

Parameters
value the repository to push to
Returns
  • this

@Nonnull public GitPushBuilder repository (String value)