hudson.plugins.PerfPublisher.Report
Class CommandLine

java.lang.Object
  extended by hudson.plugins.PerfPublisher.Report.CommandLine

public class CommandLine
extends java.lang.Object


Constructor Summary
CommandLine()
           
 
Method Summary
 java.lang.String getCommand()
           
 java.lang.String getTime()
           
 void setCommand(java.lang.String command)
           
 void setTime(java.lang.String time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLine

public CommandLine()
Method Detail

getTime

public java.lang.String getTime()
Returns:
the time

setTime

public void setTime(java.lang.String time)
Parameters:
time - the time to set

getCommand

public java.lang.String getCommand()
Returns:
the command

setCommand

public void setCommand(java.lang.String command)
Parameters:
command - the command to set


Copyright © 2010. All Rights Reserved.