hudson.plugins.depgraph_view
Class DependencyGraphProperty.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<DependencyGraphProperty>
      extended by hudson.plugins.depgraph_view.DependencyGraphProperty.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
DependencyGraphProperty

@Extension
public static class DependencyGraphProperty.DescriptorImpl
extends hudson.model.Descriptor<DependencyGraphProperty>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
DependencyGraphProperty.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject o)
           
 hudson.util.FormValidation doCheckDotExe(java.lang.String value)
           
 java.lang.String getDisplayName()
           
 java.lang.String getDotExe()
           
 java.lang.String getDotExeOrDefault()
           
 void setDotExe(java.lang.String dotPath)
           
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyGraphProperty.DescriptorImpl

public DependencyGraphProperty.DescriptorImpl()
Method Detail

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject o)
Overrides:
configure in class hudson.model.Descriptor<DependencyGraphProperty>

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<DependencyGraphProperty>

getDotExe

public java.lang.String getDotExe()

getDotExeOrDefault

public java.lang.String getDotExeOrDefault()
Returns:
configured dot executable or a default

setDotExe

public void setDotExe(java.lang.String dotPath)

doCheckDotExe

public hudson.util.FormValidation doCheckDotExe(@QueryParameter
                                                java.lang.String value)


Copyright © 2010. All Rights Reserved.