-
-
Method Summary
errorHandler(com.atlassian.bitbucket.scm.CommandErrorHandler value)
repository(com.atlassian.bitbucket.repository.Repository value)
Specifies the repository to push to.
Methods inherited from interface com.atlassian.bitbucket.scm.CommandBuilderSupport
clearEnvironment, defaultExitHandler, exitHandler, removeEnvironment, withEnvironment
Methods inherited from interface com.atlassian.bitbucket.scm.git.command.GitCommandBuilderSupport
alternate, alternates, alternates, author, author, author, build, commitish, committer, committer, committer, treeish, withConfiguration, withConfiguration, withConfiguration, withConfiguration
-
Method Details
-
errorHandler
@Nonnull
GitPushBuilder errorHandler(@Nonnull
com.atlassian.bitbucket.scm.CommandErrorHandler value)
- Since:
- 7.11
-
-
-
-
-
-
-
-
repository
@Nonnull
GitPushBuilder repository(com.atlassian.bitbucket.repository.Repository value)
Specifies the repository to push to.
- Parameters:
value - the repository to push to
- Returns:
this
- Since:
- 5.12
-