Class CompositeShutdown

java.lang.Object
com.atlassian.jira.util.CompositeShutdown
All Implemented Interfaces:
Shutdown

public class CompositeShutdown extends Object implements Shutdown
TODO: Document this class / interface here
Since:
v4.0
  • Constructor Details

    • CompositeShutdown

      public CompositeShutdown(Shutdown... shutdowns)
  • Method Details

    • shutdown

      public void shutdown()
      Description copied from interface: Shutdown
      Shutdown. Should not throw any exceptions.
      Specified by:
      shutdown in interface Shutdown