jenkins.plugins.model
Class BuildMessage

java.lang.Object
  extended by jenkins.plugins.model.BuildMessage

public class BuildMessage
extends Object


Constructor Summary
BuildMessage(long startTime, String result)
           
 
Method Summary
 String getResult()
           
 long getStartTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildMessage

public BuildMessage(long startTime,
                    String result)
Method Detail

getStartTime

public long getStartTime()

getResult

public String getResult()


Copyright © 2004-2013. All Rights Reserved.