org.flexthinker.hudson
Class FlashLogFileProperty

java.lang.Object
  extended by hudson.slaves.NodeProperty<hudson.model.Node>
      extended by org.flexthinker.hudson.FlashLogFileProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.slaves.NodeProperty<?>>

public class FlashLogFileProperty
extends hudson.slaves.NodeProperty<hudson.model.Node>

Marker property to enable a custom location for flashlog.txt

Author:
Dragos Dascalita Haut

Nested Class Summary
static class FlashLogFileProperty.FlashLogFilePropertyDescriptor
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 java.lang.String customFlashLogPath
           
 
Fields inherited from class hudson.slaves.NodeProperty
node
 
Constructor Summary
FlashLogFileProperty(java.lang.String customPath)
           
 
Method Summary
 
Methods inherited from class hudson.slaves.NodeProperty
all, canTake, for_, getDescriptor, setNode, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

customFlashLogPath

public java.lang.String customFlashLogPath
Constructor Detail

FlashLogFileProperty

@DataBoundConstructor
public FlashLogFileProperty(java.lang.String customPath)


Copyright © 2011. All Rights Reserved.