hudson.plugins.dumpinfo
Class ComputerUtils

java.lang.Object
  extended by hudson.plugins.dumpinfo.ComputerUtils

public final class ComputerUtils
extends java.lang.Object

Various utility functions for working with Computer instances.

Since:
1.393
Author:
Jesse Farinacci

Method Summary
static java.lang.String getRootUrl(hudson.model.Computer computer)
          Create a fully qualified URL string to reach a particular Computer definition on the master.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRootUrl

public static final java.lang.String getRootUrl(hudson.model.Computer computer)
Create a fully qualified URL string to reach a particular Computer definition on the master.

Parameters:
computer - the computer to create the URL string for
Returns:
the URL string


Copyright © 2004-2011. All Rights Reserved.