Package org.pentaho.di.core.annotations
Annotation Type JobEntry
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @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
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
casesUrl
int
category
String
categoryDescription
String
classLoaderGroup
String
description
String
documentationUrl
String
forumUrl
String
i18nPackageName
String
image
String
name
String
suggestion
String
version
-
-
-
Element Detail
-
id
String id
-
-
-
name
String name
- Default:
- ""
-
-
-
description
String description
- Default:
- ""
-
-
-
image
String image
- Default:
- ""
-
-
-
version
String version
- Default:
- ""
-
-
-
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:
- ""
-
-