Class JobFolder


  • public class JobFolder
    extends java.lang.Object
    • Constructor Detail

      • JobFolder

        public JobFolder()
    • Method Detail

      • getFolder

        public java.lang.String getFolder()
      • setFolder

        public void setFolder​(java.lang.String folder)
      • withFolder

        public JobFolder withFolder​(java.lang.String folder)
      • getChildren

        public java.util.List<JobFolder> getChildren()
      • setChildren

        public void setChildren​(java.util.List<JobFolder> children)
      • isJobUsingDirectly

        public boolean isJobUsingDirectly()
        Indicates at least one job is using this path directly (i.e. not through a child folder).
        Returns:
        whether a job uses this path directly
      • setJobUsingDirectly

        public void setJobUsingDirectly​(boolean jobUsingDirectly)
      • withJobUsingDirectly

        public JobFolder withJobUsingDirectly​(boolean jobUsingDirectly)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object