Class BoundObjectTable.Table

java.lang.Object
org.kohsuke.stapler.bind.BoundObjectTable.Table
All Implemented Interfaces:
Serializable
Enclosing class:
BoundObjectTable

public static class BoundObjectTable.Table extends Object implements Serializable
Per-session table that remembers all the bound instances.
See Also:
  • Constructor Details

    • Table

      public Table()
  • Method Details

    • getDynamic

      public Object getDynamic(String id)
    • release

      public void release(String id)
      Releases a particular id from the table. Normally would be called via BoundObjectTable.releaseMe() which infers the id from the current request.