JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.atlassian.bitbucket.scm.git.command.updateref
Interface GitUpdateRef
public interface
GitUpdateRef
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
GitUpdateRefDeleteBuilder
delete
(
String
ref)
GitUpdateRefSetBuilder
set
(
String
ref,
String
newValue)
Method Details
delete
@Nonnull
GitUpdateRefDeleteBuilder
delete
(@Nonnull
String
ref)
set
@Nonnull
GitUpdateRefSetBuilder
set
(@Nonnull
String
ref, @Nonnull
String
newValue)