Class GitCreateBranchCommandParameters

java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters
com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters
com.atlassian.bitbucket.scm.git.ref.GitCreateBranchCommandParameters

public class GitCreateBranchCommandParameters extends com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters

    com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.AbstractCreateBranchBuilder<B extends com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.AbstractCreateBranchBuilder<B>>

    Nested classes/interfaces inherited from class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters

    com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B extends com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B>>

    Nested classes/interfaces inherited from class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters

    com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder<B extends com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder<B>>
  • Field Summary

    Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport

    NOT_BLANK
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     

    Methods inherited from class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters

    getStartPoint

    Methods inherited from class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters

    getAuthor, getMessage, getName

    Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport

    addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • isForce

      public boolean isForce()
    • isReflog

      public boolean isReflog()