org.jenkinsci.plugins.scriptler.share
Class ScriptInfo.Author

java.lang.Object
  extended by org.jenkinsci.plugins.scriptler.share.ScriptInfo.Author
Enclosing class:
ScriptInfo

public class ScriptInfo.Author
extends Object


Constructor Summary
ScriptInfo.Author()
           
ScriptInfo.Author(String name)
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptInfo.Author

public ScriptInfo.Author()

ScriptInfo.Author

public ScriptInfo.Author(String name)
Method Detail

setName

public void setName(String name)

getName

public String getName()


Copyright © 2010-2012. All Rights Reserved.