Interface TaskView
-
@Deprecated public interface TaskViewDeprecated.Used to define the view of the task configuration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringdisplayValue()Deprecated.Specifies the display value of this task plugin.java.lang.Stringtemplate()Deprecated.The template for the task configuration, written using Angular.js templating language.
-
-
-
Method Detail
-
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
-
-