org.hudsonci.maven.plugin.builder
Class BuildStateRecord
java.lang.Object
hudson.model.InvisibleAction
org.hudsonci.maven.plugin.builder.BuildStateRecord
- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class BuildStateRecord
- extends hudson.model.InvisibleAction
Records the BuildStateDTO for a build.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| 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 |
BuildStateRecord
public BuildStateRecord(hudson.model.AbstractBuild<?,?> build)
getId
public UUID getId()
getBuild
public hudson.model.AbstractBuild<?,?> getBuild()
getState
public BuildStateDTO getState()
Copyright © 2004-2011 Hudson. All Rights Reserved.