com.buildforge.services.client.dbo
Class BOMManifest

java.lang.Object
  extended by com.buildforge.services.client.dbo.BOMManifest

public final class BOMManifest
extends java.lang.Object

This class is not yet implemented. Once completed, this class will be used to refer to the manifest snapshots that are taken of the servers that are used during a build. In the UI, this information is presented as part of the Bill of Materials (BOM).


Field Summary
static java.lang.Class<BOMManifest> CLASS
           
 
Constructor Summary
BOMManifest(APIClientConnection conn)
           
 
Method Summary
 APIClientConnection getConnection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

public static final java.lang.Class<BOMManifest> CLASS
Constructor Detail

BOMManifest

public BOMManifest(APIClientConnection conn)
Method Detail

getConnection

public APIClientConnection getConnection()