Class ExistingBlockReference

  • All Implemented Interfaces:
    BlockReference

    public class ExistingBlockReference
    extends java.lang.Object
    implements BlockReference
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JBlock get​(boolean create)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExistingBlockReference

        public ExistingBlockReference​(JBlock _block)
    • Method Detail

      • get

        public JBlock get​(boolean create)
        Specified by:
        get in interface BlockReference
        Parameters:
        create - If false, the method will return null if the block is not yet created.