Interface Context


  • public interface Context
    • 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()
      • getStep

        Step getStep()
      • 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
      • getRecursiveProperty

        String getRecursiveProperty​(String key,
                                    String def)
        Return a property value or default. Search from Step to Project to General.
        Parameters:
        key -
        def -
        Returns:
        Value or default