hudson.plugins.buckminster.targetPlatform
Class TargetPlatformReference

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

public class TargetPlatformReference
extends java.lang.Object

A reference to a target platform built by another job

Author:
Johannes Utzig

Constructor Summary
TargetPlatformReference()
           
 
Method Summary
 java.lang.String getFullName()
           
 java.lang.String getName()
           
 java.lang.String getPath()
           
 void setFullName(java.lang.String fullName)
           
 void setName(java.lang.String name)
           
 void setPath(java.lang.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 java.lang.String getFullName()
Returns:
the full and hopefully unique name of this target platform

setFullName

public void setFullName(java.lang.String fullName)

getName

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

setName

public void setName(java.lang.String name)

getPath

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

setPath

public void setPath(java.lang.String path)


Copyright © 2011. All Rights Reserved.