Package org.pentaho.di.core.annotations
Annotation Interface JobEntry
An alternative when defining jobs entries. Classes annotated with "JobEntry" are automatically recognized and
registered as a job entry.
Important: The XML definitions alienate annotated steps and the two methods of definition are therefore mutually
exclusive.
- Author:
- Alex Silva
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
-
Element Details
-
id
String id
-
-
-
name
String name- Default:
- ""
-
description
String description- Default:
- ""
-
image
String image- Default:
- ""
-
version
String version- Default:
- ""
-
category
int category- Default:
- -1
-
categoryDescription
String categoryDescription- Default:
- ""
-
i18nPackageName
String i18nPackageName- Default:
- ""
-
documentationUrl
String documentationUrl- Default:
- ""
-
casesUrl
String casesUrl- Default:
- ""
-
forumUrl
String forumUrl- Default:
- ""
-
classLoaderGroup
String classLoaderGroup- Default:
- ""
-
suggestion
String suggestion- Default:
- ""
-