Interface TaskView


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

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

    • displayValue

      java.lang.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

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