com.cloudbees.jenkins.plugins.customtools
Class CustomToolInstallWrapper.SelectedTool

java.lang.Object
  extended by com.cloudbees.jenkins.plugins.customtools.CustomToolInstallWrapper.SelectedTool
Enclosing class:
CustomToolInstallWrapper

public static class CustomToolInstallWrapper.SelectedTool
extends java.lang.Object

Ceremony needed to satisfy NoStaplerConstructionException: "There's no @DataBoundConstructor on any constructor of class java.lang.String"

Author:
rcampbell

Constructor Summary
CustomToolInstallWrapper.SelectedTool(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 CustomTool toCustomTool()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomToolInstallWrapper.SelectedTool

@DataBoundConstructor
public CustomToolInstallWrapper.SelectedTool(java.lang.String name)
Method Detail

getName

public java.lang.String getName()

toCustomTool

public CustomTool toCustomTool()


Copyright © 2004-2012. All Rights Reserved.