Package de.mhus.con.api
Interface Context
-
public interface Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConductorgetConductor()ExecutorgetExecutor()PlugingetPlugin()ProjectgetProject()List<Project>getProjects()Return a list of affected projects for the current step.de.mhus.lib.core.IReadPropertiesgetProperties()StringgetRecursiveProperty(String key, String def)Return a property value or default.StepgetStep()Stringmake(String in)
-
-
-
Method Detail
-
make
String make(String in) throws de.mhus.lib.errors.MException
- Throws:
de.mhus.lib.errors.MException
-
getProperties
de.mhus.lib.core.IReadProperties getProperties()
-
getPlugin
Plugin getPlugin()
-
getProject
Project getProject()
-
getStep
Step getStep()
-
getConductor
Conductor getConductor()
-
getExecutor
Executor getExecutor()
-
getProjects
List<Project> getProjects()
Return a list of affected projects for the current step. Could be null if step scope is not PROJECTS- Returns:
- List or null
-
-