Annotation Interface Issue


@Documented @Target({METHOD,TYPE}) @Retention(SOURCE) public @interface Issue
Marks a test case to a bug filed in the issue tracker.
Author:
Kohsuke Kawaguchi
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Issue ID, such as JENKINS-12345 or SECURITY-34.
  • Element Details

    • value

      String[] value
      Issue ID, such as JENKINS-12345 or SECURITY-34.