Serialized Form


Package org.jenkinsci.lib.configprovider.model

Class org.jenkinsci.lib.configprovider.model.Config extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
a unique id along all providers!


name

java.lang.String name
Human readable display name that distinguishes this Config instance among other Config instances.


comment

java.lang.String comment
Any note that the author of this configuration wants to associate with this. Jenkins doesn't use this. Can be null.


content

java.lang.String content
Content of the file as-is.



Copyright © 2004-2012. All Rights Reserved.