Uses of Class
org.jenkinsci.plugins.scriptler.share.ScriptInfo.Author
-
Packages that use ScriptInfo.Author Package Description org.jenkinsci.plugins.scriptler.share -
-
Uses of ScriptInfo.Author in org.jenkinsci.plugins.scriptler.share
Fields in org.jenkinsci.plugins.scriptler.share with type parameters of type ScriptInfo.Author Modifier and Type Field Description protected List<ScriptInfo.Author>
ScriptInfo. authors
Methods in org.jenkinsci.plugins.scriptler.share that return types with arguments of type ScriptInfo.Author Modifier and Type Method Description List<ScriptInfo.Author>
ScriptInfo. getAuthors()
Methods in org.jenkinsci.plugins.scriptler.share with parameters of type ScriptInfo.Author Modifier and Type Method Description void
ScriptInfo. addAuthor(ScriptInfo.Author author)
Method parameters in org.jenkinsci.plugins.scriptler.share with type arguments of type ScriptInfo.Author Modifier and Type Method Description void
ScriptInfo. setAuthors(List<ScriptInfo.Author> authors)
-