@Extension public final class CreateEndevorProfile extends CreateProfile<CreateEndevorProfile.AddProfile>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateEndevorProfile.AddProfile
This class represents the model that holds and maps the Endevor profile fields.
|
static class |
CreateEndevorProfile.Config
This inner class represents the configuration of the Endevor entries.
|
static class |
CreateEndevorProfile.DescriptorImpl
This inner class represents the descriptor.
|
class |
CreateEndevorProfile.EndevorProgressViewRendering
This class represents the progress bar handler, and binds the UI with the controller.
|
MultipleEntryFields.ProgressViewRenderingPerformanceBenchmarking.SourceFileExtensionPoint.LegacyInstancesAreScopedToHudsonzoweCmd| Constructor and Description |
|---|
CreateEndevorProfile() |
| Modifier and Type | Method and Description |
|---|---|
ProgressiveRendering |
entries()
This method returns the class instance that will handle the progress bar handler.
|
CreateEndevorProfile.Config |
getConfig()
Get the configuration.
|
String |
getDescription()
Returns a paragraph of natural text that describes this sample.
|
List<CreateEndevorProfile.AddProfile> |
getEntries()
Returns the list of entries.
|
protected String |
getPluginCmd()
The zowe command group.
|
protected String |
getPluginDisplayName()
Returns the plugin display name.
|
protected String |
getPluginName()
The official published plugin name on NPM Registry.
|
Collection<Callable<List<CreateEndevorProfile.AddProfile>>> |
getProcesses()
Get the collection of the processes to retrieve the configuration on the start-up.
|
String |
getUrlName()
Get the URL name.
|
void |
setConfig(CreateEndevorProfile.Config config)
Set the configuration.
|
protected void |
setConfig(MultipleEntryFields<CreateEndevorProfile.AddProfile> read)
Sets the configuration after the object modification.
|
List<CreateEndevorProfile.AddProfile> |
setEntries(List<CreateEndevorProfile.AddProfile> entries)
Set the list of entries.
|
doConfigSubmit, downloadDependencies, downloadZoweCLI, getDisplayName, getFinalUpdatedMessage, getMainField, getMainFieldLabel, getSourceFiles, getXMLFile, handleSingleDelete, handleSingleNewEntry, handleSingleUpdate, invalidEntries, isSuccessful, postProcessEntriesgetConfigFile, getDifferentEntries, getModifiedEntries, processSingleEntryall, doSourceFile, getDescriptor, getGroovySamples, getIconFileName, getOtherSamplespublic String getDescription()
PerformanceBenchmarkinggetDescription in class PerformanceBenchmarkingpublic List<CreateEndevorProfile.AddProfile> getEntries()
MultipleEntryFieldsgetEntries in class MultipleEntryFields<CreateEndevorProfile.AddProfile>protected void setConfig(MultipleEntryFields<CreateEndevorProfile.AddProfile> read)
MultipleEntryFieldssetConfig in class MultipleEntryFields<CreateEndevorProfile.AddProfile>read - - the previous instance.public List<CreateEndevorProfile.AddProfile> setEntries(List<CreateEndevorProfile.AddProfile> entries)
MultipleEntryFieldssetEntries in class MultipleEntryFields<CreateEndevorProfile.AddProfile>entries - the list of entriespublic ProgressiveRendering entries()
MultipleEntryFieldsentries in class MultipleEntryFields<CreateEndevorProfile.AddProfile>protected String getPluginName()
getPluginName in class CreateProfile<CreateEndevorProfile.AddProfile>protected String getPluginCmd()
getPluginCmd in class CreateProfile<CreateEndevorProfile.AddProfile>protected String getPluginDisplayName()
CreateProfilegetPluginDisplayName in class CreateProfile<CreateEndevorProfile.AddProfile>public String getUrlName()
getUrlName in interface ActiongetUrlName in class PerformanceBenchmarkingpublic Collection<Callable<List<CreateEndevorProfile.AddProfile>>> getProcesses()
MultipleEntryFieldsgetProcesses in class MultipleEntryFields<CreateEndevorProfile.AddProfile>public CreateEndevorProfile.Config getConfig()
public void setConfig(CreateEndevorProfile.Config config)
config - the configuration to setCopyright © 2016–2022. All rights reserved.