Class | Description |
---|---|
ForkStorkHandler |
The ForkStorkHandler displays a Wizard to the user to gather a new MOOSE
application name and the users GitHub credentials, and then forks
idaholab/stork and renames the repository to the provided application name.
|
ForkStorkWizard |
The ForkStorkWizard is a subclass of Wizard that provides a
ForkStorkWizardPage to get user input for forking the MOOSE Stork.
|
ForkStorkWizardPage |
The ForkStorkWizardPage is a subclass of WizardPage that
provides a Composite for the Wizard that takes the user's
desired MOOSE app name and GitHub credentials for forking the
MOOSE stork.
|
GenerateYAMLHandler |
This class executes the steps needed to generate MOOSE YAML and Action Syntax
files by using the MOOSELauncher.
|
GenerateYAMLWizard | |
GenerateYAMLWizardPage |