org.hudsonci.maven.plugin.builder.internal
Class BuildConfigurationExtractor

java.lang.Object
  extended by org.hudsonci.maven.plugin.builder.internal.BuildConfigurationExtractor

public class BuildConfigurationExtractor
extends Object

Helper to extract build configuration details from a JSONObject.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
BuildConfigurationExtractor(net.sf.json.JSONObject data)
           
 
Method Summary
 BuildConfigurationDTO extract()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildConfigurationExtractor

public BuildConfigurationExtractor(net.sf.json.JSONObject data)
Method Detail

extract

public BuildConfigurationDTO extract()


Copyright © 2004-2011 Hudson. All Rights Reserved.