hudson.plugins.buckminster.targetPlatform
Class TargetPlatformReference

java.lang.Object
  extended by hudson.plugins.buckminster.targetPlatform.TargetPlatformReference
Direct Known Subclasses:
NoTargetPlatformReference

public class TargetPlatformReference
extends Object

A reference to a target platform built by another job

Author:
Johannes Utzig

Constructor Summary
TargetPlatformReference()
           
 
Method Summary
 String getFullName()
           
 String getName()
           
 String getPath()
           
 void setFullName(String fullName)
           
 void setName(String name)
           
 void setPath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TargetPlatformReference

public TargetPlatformReference()
Method Detail

getFullName

public String getFullName()
Returns:
the full and hopefully unique name of this target platform

setFullName

public void setFullName(String fullName)

getName

public String getName()
Returns:
the human readable name for this target platform

setName

public void setName(String name)

getPath

public String getPath()
Returns:
the absolute path to this target platform

setPath

public void setPath(String path)


Copyright © 2004-2013. All Rights Reserved.