Interface TaskView


@Deprecated public interface TaskView
Deprecated.
Used to define the view of the task configuration.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Specifies the display value of this task plugin.
    Deprecated.
    The template for the task configuration, written using Angular.js templating language.
  • Method Details

    • displayValue

      String displayValue()
      Deprecated.
      Specifies the display value of this task plugin. This value is used in the job UI's task dropdown as well as in the title of the task definition dialog box.
      Returns:
      display value for the task plugin
    • template

      String template()
      Deprecated.
      The template for the task configuration, written using Angular.js templating language.
      Returns:
      Angular.js template for the task configuration