org.jvnet.hudson.plugins.exclusion
Class Id

java.lang.Object
  extended by org.jvnet.hudson.plugins.exclusion.Id

public abstract class Id
extends Object

first author Kohsuke Kawaguchi fork by Anthony Roux


Field Summary
 IdType type
           
 
Constructor Summary
protected Id(IdType type)
           
 
Method Summary
abstract  void cleanUp()
           
abstract  String get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public final IdType type
Constructor Detail

Id

protected Id(IdType type)
Method Detail

get

public abstract String get()

cleanUp

public abstract void cleanUp()
                      throws IOException,
                             InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2012. All Rights Reserved.