public static final class CreatePMAProfile.AddProfile extends CreateProfile.AddProfile implements Describable<CreatePMAProfile.AddProfile>
Modifier and Type | Class and Description |
---|---|
static class |
CreatePMAProfile.AddProfile.DescriptorImpl
Inner class representing the descriptor.
|
Constructor and Description |
---|
AddProfile(String profileName,
boolean defaulp)
Constructor.
|
AddProfile(String profileName,
String accountNumber,
String jobClass,
String msgClass,
String loadlib,
String hlq,
boolean defaultp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getAccountNumber()
Get the account number.
|
Descriptor<CreatePMAProfile.AddProfile> |
getDescriptor()
Get the Jenkins descriptor.
|
String |
getHlq()
Get the high level qualifier.
|
String |
getJobClass()
Get the job class.
|
String |
getLoadlib()
Get the load library.
|
String |
getMsgClass()
Get the message class.
|
getDefaultp, getProfileName, setDefaultp
@DataBoundConstructor public AddProfile(String profileName, String accountNumber, String jobClass, String msgClass, String loadlib, String hlq, boolean defaultp)
profileName
- the profileaccountNumber
- the job accounting informationjobClass
- the job classmsgClass
- the message classloadlib
- the load libraryhlq
- the high level qualifierdefaultp
- whether this is the default profilepublic AddProfile(String profileName, boolean defaulp)
profileName
- the profiledefaulp
- whether this is the default profilepublic String getMsgClass()
public String getLoadlib()
public String getJobClass()
public String getAccountNumber()
public String getHlq()
public Descriptor<CreatePMAProfile.AddProfile> getDescriptor()
getDescriptor
in interface Describable<CreatePMAProfile.AddProfile>
Copyright © 2016–2022. All rights reserved.