public static final class CreateZOSMFProfile.AddProfile extends CreateProfile.AddProfile implements Describable<CreateZOSMFProfile.AddProfile>
Modifier and Type | Class and Description |
---|---|
static class |
CreateZOSMFProfile.AddProfile.DescriptorImpl
Inner class representing the descriptor.
|
Constructor and Description |
---|
AddProfile(String profileName,
boolean defaulp)
Constructor.
|
AddProfile(String profileName,
String hostname,
String port,
String username,
Secret password,
String basePath,
String encoding,
String responseTimeout,
boolean rejectUnauthorized,
boolean defaultp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getBasePath()
Get the base path.
|
Descriptor<CreateZOSMFProfile.AddProfile> |
getDescriptor()
Get the Jenkins descriptor.
|
String |
getEncoding()
Get the encoding.
|
String |
getHostname()
Get the host name.
|
Secret |
getPassword()
Get the password.
|
String |
getPort()
Get the port.
|
String |
getProfileName()
Return the profile name.
|
boolean |
getRejectUnauthorized()
Get whether to reject unauthorised requests.
|
String |
getResponseTimeout()
Get the response timeout.
|
String |
getUsername()
Get the user name.
|
void |
setEncoding(String encoding)
Set the encoding.
|
void |
setPort(String port)
Set the port.
|
getDefaultp, setDefaultp
@DataBoundConstructor public AddProfile(String profileName, String hostname, String port, String username, Secret password, String basePath, String encoding, String responseTimeout, boolean rejectUnauthorized, boolean defaultp)
profileName
- the profile namehostname
- the host nameport
- the port nameusername
- the user namepassword
- the passwordbasePath
- the base pathencoding
- the encodingresponseTimeout
- the response timeoutrejectUnauthorized
- whether to reject unauthorised requestsdefaultp
- whether this is the default profilepublic AddProfile(String profileName, boolean defaulp)
profileName
- the profile namedefaulp
- whether this is the default profilepublic boolean getRejectUnauthorized()
public String getBasePath()
public String getEncoding()
public String getResponseTimeout()
public Secret getPassword()
public String getHostname()
public String getUsername()
public String getPort()
public void setPort(String port)
port
- the port to setpublic void setEncoding(String encoding)
encoding
- the encoding to setpublic String getProfileName()
CreateProfile.AddProfile
getProfileName
in class CreateProfile.AddProfile
public Descriptor<CreateZOSMFProfile.AddProfile> getDescriptor()
getDescriptor
in interface Describable<CreateZOSMFProfile.AddProfile>
Copyright © 2016–2022. All rights reserved.