Class SeriesInfo

java.lang.Object
com.inet.taskplanner.server.api.common.AbstractInfo
com.inet.taskplanner.server.api.series.SeriesInfo

public class SeriesInfo extends AbstractInfo
Contains information about how this kind of series is to be presented, what options with what type it has and how they interact with each other.
Since:
taskplanner 3.0
  • Constructor Details

    • SeriesInfo

      public SeriesInfo(String extensionName, String displayName, String description, URL iconURL, String helpKey, List<Field> fields)
      Creates a new SeriesInfo instance with all optional fields.
      Parameters:
      extensionName - unique name of the job extension. There must be a SeriesFactory with this name.
      displayName - localized display name of this job
      description - localized description of this job
      iconURL - URL to the icon for this job
      helpKey - key of the help page to open for this job
      fields - list of fields this job has
      Since:
      taskplanner 3.0