org.hudsonci.maven.plugin.builder
Class BuildStateRecord

java.lang.Object
  extended by hudson.model.InvisibleAction
      extended by org.hudsonci.maven.plugin.builder.BuildStateRecord
All Implemented Interfaces:
Action, ModelObject

public class BuildStateRecord
extends InvisibleAction

Records the BuildStateDTO for a build.

Since:
2.1.0
Author:
Jason Dillon

Nested Class Summary
 class BuildStateRecord.StateReference
           
 
Constructor Summary
BuildStateRecord(AbstractBuild<?,?> build)
           
 
Method Summary
 AbstractBuild<?,?> getBuild()
           
 UUID getId()
           
 BuildStateDTO getState()
           
 
Methods inherited from class hudson.model.InvisibleAction
getDisplayName, getIconFileName, getUrlName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildStateRecord

public BuildStateRecord(AbstractBuild<?,?> build)
Method Detail

getId

public UUID getId()

getBuild

public AbstractBuild<?,?> getBuild()

getState

public BuildStateDTO getState()


Copyright © 2004-2011 Hudson. All Rights Reserved.