@Extension public class CreatePMAProfile extends CreateProfile<CreatePMAProfile.AddProfile>
Modifier and Type | Class and Description |
---|---|
static class |
CreatePMAProfile.AddProfile
Inner class to add a profile.
|
static class |
CreatePMAProfile.Config
Inner class representing the configuration.
|
static class |
CreatePMAProfile.DescriptorImpl
Inner class representing the descriptor.
|
class |
CreatePMAProfile.PMAProgressViewRendering
Inner class representing progress rendering.
|
MultipleEntryFields.ProgressViewRendering
PerformanceBenchmarking.SourceFile
ExtensionPoint.LegacyInstancesAreScopedToHudson
zoweCmd
Constructor and Description |
---|
CreatePMAProfile() |
Modifier and Type | Method and Description |
---|---|
ProgressiveRendering |
entries()
This method returns the class instance that will handle the progress bar handler.
|
CreatePMAProfile.Config |
getConfig()
Get the PMA profile configuration.
|
String |
getDescription()
Returns a paragraph of natural text that describes this sample.
|
List<CreatePMAProfile.AddProfile> |
getEntries()
Returns the list of entries.
|
protected String |
getPluginCmd()
The zowe command group: e.g.
|
protected String |
getPluginDisplayName()
Returns the plugin display name.
|
protected String |
getPluginName()
The official plugin name published on NPM Registry.
|
Collection<Callable<List<CreatePMAProfile.AddProfile>>> |
getProcesses()
Get the collection of the processes to retrieve the configuration on the start-up.
|
String |
getUrlName()
Get the URL name, returning a default string detect-profile .
|
void |
setConfig(CreatePMAProfile.Config config)
Set the config.
|
protected void |
setConfig(MultipleEntryFields<CreatePMAProfile.AddProfile> read)
Sets the configuration after the object modification.
|
List<CreatePMAProfile.AddProfile> |
setEntries(List<CreatePMAProfile.AddProfile> entries)
Set the list of entries.
|
doConfigSubmit, downloadDependencies, downloadZoweCLI, getDisplayName, getFinalUpdatedMessage, getMainField, getMainFieldLabel, getSourceFiles, getXMLFile, handleSingleDelete, handleSingleNewEntry, handleSingleUpdate, invalidEntries, isSuccessful, postProcessEntries
getConfigFile, getDifferentEntries, getModifiedEntries, processSingleEntry
all, doSourceFile, getDescriptor, getGroovySamples, getIconFileName, getOtherSamples
public String getDescription()
PerformanceBenchmarking
getDescription
in class PerformanceBenchmarking
public List<CreatePMAProfile.AddProfile> getEntries()
MultipleEntryFields
getEntries
in class MultipleEntryFields<CreatePMAProfile.AddProfile>
public List<CreatePMAProfile.AddProfile> setEntries(List<CreatePMAProfile.AddProfile> entries)
MultipleEntryFields
setEntries
in class MultipleEntryFields<CreatePMAProfile.AddProfile>
entries
- the list of entriesprotected void setConfig(MultipleEntryFields<CreatePMAProfile.AddProfile> read)
MultipleEntryFields
setConfig
in class MultipleEntryFields<CreatePMAProfile.AddProfile>
read
- - the previous instance.protected String getPluginName()
getPluginName
in class CreateProfile<CreatePMAProfile.AddProfile>
protected String getPluginCmd()
getPluginCmd
in class CreateProfile<CreatePMAProfile.AddProfile>
protected String getPluginDisplayName()
CreateProfile
getPluginDisplayName
in class CreateProfile<CreatePMAProfile.AddProfile>
public String getUrlName()
getUrlName
in interface Action
getUrlName
in class PerformanceBenchmarking
public Collection<Callable<List<CreatePMAProfile.AddProfile>>> getProcesses()
MultipleEntryFields
getProcesses
in class MultipleEntryFields<CreatePMAProfile.AddProfile>
public CreatePMAProfile.Config getConfig()
public void setConfig(CreatePMAProfile.Config config)
config
- the config to setpublic ProgressiveRendering entries()
MultipleEntryFields
entries
in class MultipleEntryFields<CreatePMAProfile.AddProfile>
Copyright © 2016–2022. All rights reserved.