Class | Description |
---|---|
JkConstants |
Holds constants about project structures
|
JkHelpOptions |
Options for help method.
|
JkImportedRuns |
A run class can import one or several run classes.
|
JkInit |
Class for instantiating builds while displaying meaningful information about environment on console.
|
JkOptions |
Key/value string storage for run parameters.
|
JkPlugin |
Plugin instances are owned by a JkRun instance.
|
JkRepoConfigOptionLoader | |
JkRun |
Base class for defining runs.
|
JkRunPlugins |
Set of plugins configured or activated in a
JkRun . |
Main |
Main class for launching Jerkar from command line.
|
Annotation Type | Description |
---|---|
JkDoc |
Documents the annotated element so that Jerkar can display some information
when 'help' is invoked from command line.
|
JkDocPluginDeps |
Mentions that the annotated plugin class relies on other plugins.
|
JkImport |
Specifies the libraries necessary to compile and run the annotated class as a
Jerkar run.
|
JkImport.JkImports |
Repeatable container.
|
JkImportRepo | |
JkImportRepo.ImportRepos | |
JkImportRun |
Specifies that the annotated element is a JkRun of a another project.
|