Class RemoteConnection

java.lang.Object
hudson.model.AbstractDescribableImpl<RemoteConnection>
org.jenkins.plugins.lockableresources.RemoteConnection
All Implemented Interfaces:
Describable<RemoteConnection>

public class RemoteConnection extends AbstractDescribableImpl<RemoteConnection>
Remote Jenkins connection settings.
  • Constructor Details

    • RemoteConnection

      @DataBoundConstructor public RemoteConnection(String serverId, String url, String credentialsId)
  • Method Details

    • getServerId

      public String getServerId()
    • getUrl

      public String getUrl()
    • getCredentialsId

      public String getCredentialsId()
    • validate

      public void validate()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object