Class IBMiServerConfiguration
java.lang.Object
hudson.model.AbstractDescribableImpl<IBMiServerConfiguration>
org.jenkinsci.plugins.ibmisteps.configuration.IBMiServerConfiguration
- All Implemented Interfaces:
Describable<IBMiServerConfiguration>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIBMiServerConfiguration
(String name, String host, String credentialsId, String ccsid, boolean secure) -
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
IBMiServerConfiguration
-
-
Method Details
-
getName
-
getHost
-
getCredentialsId
-
getCcsid
-
getCcsidInt
public int getCcsidInt()- Returns:
0
if CCSID is blank,-1
if CCSID is not a number, CCSID as anint
otherwise.
-
isSecure
public boolean isSecure() -
equals
-
hashCode
public int hashCode()
-