hudson.distTest
Class DistTestingBuilder.DistLocations

java.lang.Object
  extended by hudson.distTest.DistTestingBuilder.DistLocations
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DistTestingBuilder

@ExportedBean
public static final class DistTestingBuilder.DistLocations
extends java.lang.Object
implements java.io.Serializable

Class used for storing dist. locations typed by user.

See Also:
Serialized Form

Field Summary
 java.lang.String distDir
           
 
Constructor Summary
DistTestingBuilder.DistLocations(java.lang.String distDir)
           
 
Method Summary
 java.lang.String getDistDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distDir

@Exported
public final java.lang.String distDir
Constructor Detail

DistTestingBuilder.DistLocations

@DataBoundConstructor
public DistTestingBuilder.DistLocations(java.lang.String distDir)
Method Detail

getDistDir

public java.lang.String getDistDir()


Copyright © 2011. All Rights Reserved.