Class RemoteConnection
java.lang.Object
hudson.model.AbstractDescribableImpl<RemoteConnection>
org.jenkins.plugins.lockableresources.RemoteConnection
- All Implemented Interfaces:
Describable<RemoteConnection>
Remote Jenkins connection settings.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUrl()inthashCode()booleanvoidsetEnabled(boolean enabled) toString()voidvalidate()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface hudson.model.Describable
getDescriptor
-
Constructor Details
-
RemoteConnection
-
-
Method Details
-
setEnabled
@DataBoundSetter public void setEnabled(boolean enabled) -
isEnabled
public boolean isEnabled() -
getServerId
-
getUrl
-
getCredentialsId
-
validate
public void validate() -
equals
-
hashCode
public int hashCode() -
toString
-