Class UserRemoteConfig

    • Constructor Detail

      • UserRemoteConfig

        @DataBoundConstructor
        public UserRemoteConfig​(String url,
                                String name,
                                String refspec,
                                @CheckForNull
                                String credentialsId)
    • Method Detail

      • getName

        @Exported
        public String getName()
      • getRefspec

        @Exported
        public String getRefspec()
      • getUrl

        @Exported
        @CheckForNull
        public String getUrl()
      • getCredentialsId

        @Exported
        @CheckForNull
        public String getCredentialsId()