Class JobDTO

java.lang.Object
org.opentestfactory.messages.JobDTO

public class JobDTO extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getNeeds

      public List<String> getNeeds()
    • jsonRunsOn

      public Object jsonRunsOn()
      Seing that runs-on model is a tadd contorted, we'll have that special Json accessor here :
      Returns:
      what's expected for Json.
    • runsOn

      public List<String> runsOn()
      Specifically DO NOT use the javabean property convention, as we don't wan't this property to appear in the Json output.
      Returns:
    • getSteps

      public List<AbstractStep> getSteps()
    • getName

      public String getName()
    • getRunsOn

      public List<String> getRunsOn()
    • getVariables

      public Map<String,Object> getVariables()