- get(String) - Method in class org.cloudbees.literate.api.v1.vfs.FilesystemRepository
-
Returns the contents of the specified file
- get(String) - Method in interface org.cloudbees.literate.api.v1.vfs.ProjectRepository
-
Returns the contents of the specified file
- getBaseName() - Method in class org.cloudbees.literate.api.v1.ProjectModelRequest
-
Gets the base name that the project model builder will use to detect the model.
- getBuild() - Method in class org.cloudbees.literate.api.v1.ProjectModel
-
Returns the build commands.
- getBuildFor(String...) - Method in class org.cloudbees.literate.api.v1.ProjectModel
-
- getBuildFor(ExecutionEnvironment) - Method in class org.cloudbees.literate.api.v1.ProjectModel
-
Gets the matching build command.
- getBuildId() - Method in class org.cloudbees.literate.api.v1.ProjectModelRequest
-
Gets the id of the build instructions within the source model.
- getCommand() - Method in class org.cloudbees.literate.api.v1.TaskCommands
-
Returns the command.
- getCommands() - Method in class org.cloudbees.literate.api.v1.AbstractCommands
-
- getEnvironments() - Method in class org.cloudbees.literate.api.v1.ProjectModel
-
Returns the (possibly empty) list of build environments.
- getEnvironmentsId() - Method in class org.cloudbees.literate.api.v1.ProjectModelRequest
-
Gets the id of the environments within the source model.
- getInstance(String) - Static method in class org.cloudbees.literate.api.v1.ProjectModelFormatter
-
Gets an instance from the current thread's context classloader for the specified mime type.
- getInstance(ClassLoader, String) - Static method in class org.cloudbees.literate.api.v1.ProjectModelFormatter
-
Gets an instance from the specified classloader for the specified mime type.
- getLabels() - Method in class org.cloudbees.literate.api.v1.ExecutionEnvironment
-
Returns the labels that define the environment.
- getMatchingCommand(ExecutionEnvironment) - Method in class org.cloudbees.literate.api.v1.AbstractCommands
-
Given an environment - return us the whole script for this section, based on a "best" environmental match.
- getPaths(String) - Method in class org.cloudbees.literate.api.v1.vfs.FilesystemRepository
-
Returns the immediate child paths of the specified path.
- getPaths(String) - Method in interface org.cloudbees.literate.api.v1.vfs.ProjectRepository
-
Returns the immediate child paths of the specified path.
- getRepository() - Method in class org.cloudbees.literate.api.v1.ProjectModelRequest
-
Returns the project repository to construct the project model from.
- getTask(String) - Method in class org.cloudbees.literate.api.v1.ProjectModel
-
Returns the task command for the specified task id.
- getTaskIds() - Method in class org.cloudbees.literate.api.v1.ProjectModel
-
Returns the task ids of all the tasks defined in the model.
- getTaskIds() - Method in class org.cloudbees.literate.api.v1.ProjectModelRequest
-
Returns the task ids to additionally populate in the project model.
- getText(Node) - Static method in class org.cloudbees.literate.impl.MarkdownProjectModelBuilder
-