Class CNConnection

    • Constructor Detail

      • CNConnection

        public CNConnection()
    • Method Detail

      • getInstance

        public static CollabNetApp getInstance()
        Gets an instance with the current authentication, or null if the auth is the wrong type.
      • getInstance

        public static CollabNetApp getInstance​(Authentication a)
        Wraps the private constructor. Will return null if the Authentication is the wrong type (i.e. not CNAuthentication).