hudson.plugins.buckminster.targetPlatform
Class TargetPlatformReference
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TargetPlatformReference
public TargetPlatformReference()
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.