Class UserRemoteConfig

All Implemented Interfaces:
Describable<UserRemoteConfig>, Serializable

@ExportedBean public class UserRemoteConfig extends AbstractDescribableImpl<UserRemoteConfig> implements Serializable
See Also:
  • Constructor Details

    • UserRemoteConfig

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

    • getName

      @Exported public String getName()
    • getRefspec

      @Exported public String getRefspec()
    • getUrl

      @Exported @CheckForNull public String getUrl()
    • getCredentialsId

      @Exported @CheckForNull public String getCredentialsId()
    • toString

      public String toString()
      Overrides:
      toString in class Object