Annotation Type CpsVmThreadOnly


@Target({METHOD,CONSTRUCTOR}) public @interface CpsVmThreadOnly
Indicates that the method is only meant to be called by a thread that runs CpsThreadGroup.runner

There are two patterns of this.

Author:
Kohsuke Kawaguchi
See Also:
  • CpsVmExecutorService
  • CpsThreadGroup.assertVmThread()
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      ""