@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.ProgressViewRendering
PerformanceBenchmarking.SourceFile
ExtensionPoint.LegacyInstancesAreScopedToHudson
zoweCmd
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, postProcessEntries
getConfigFile, getDifferentEntries, getModifiedEntries, processSingleEntry
all, doSourceFile, getDescriptor, getGroovySamples, getIconFileName, getOtherSamples
public String getDescription()
PerformanceBenchmarking
getDescription
in class PerformanceBenchmarking
public List<CreateEndevorProfile.AddProfile> getEntries()
MultipleEntryFields
getEntries
in class MultipleEntryFields<CreateEndevorProfile.AddProfile>
protected void setConfig(MultipleEntryFields<CreateEndevorProfile.AddProfile> read)
MultipleEntryFields
setConfig
in class MultipleEntryFields<CreateEndevorProfile.AddProfile>
read
- - the previous instance.public List<CreateEndevorProfile.AddProfile> setEntries(List<CreateEndevorProfile.AddProfile> entries)
MultipleEntryFields
setEntries
in class MultipleEntryFields<CreateEndevorProfile.AddProfile>
entries
- the list of entriespublic ProgressiveRendering entries()
MultipleEntryFields
entries
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()
CreateProfile
getPluginDisplayName
in class CreateProfile<CreateEndevorProfile.AddProfile>
public String getUrlName()
getUrlName
in interface Action
getUrlName
in class PerformanceBenchmarking
public Collection<Callable<List<CreateEndevorProfile.AddProfile>>> getProcesses()
MultipleEntryFields
getProcesses
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.