Class ScmPushOptions


  • public class ScmPushOptions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScmPushOptions​(java.lang.String remote, boolean pushTagsOnly)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getRemote()  
      boolean isPushTagsOnly()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScmPushOptions

        public ScmPushOptions​(java.lang.String remote,
                              boolean pushTagsOnly)
    • Method Detail

      • getRemote

        public java.lang.String getRemote()
      • isPushTagsOnly

        public boolean isPushTagsOnly()