Interface GitUpdateRefBuilderSupport<B extends GitUpdateRefBuilderSupport<B>>

All Superinterfaces:
com.atlassian.bitbucket.scm.CommandBuilderSupport<B>, GitCommandBuilderSupport<B>
All Known Subinterfaces:
GitUpdateRefDeleteBuilder, GitUpdateRefSetBuilder

public interface GitUpdateRefBuilderSupport<B extends GitUpdateRefBuilderSupport<B>> extends GitCommandBuilderSupport<B>
  • Method Details

    • build

      @Nonnull GitCommand<Void> build()
    • deref

      @Nonnull B deref(boolean value)
    • message

      @Nonnull B message(@Nullable String value)
    • oldValue

      @Nonnull B oldValue(@Nullable String value)