Serialized Form


Package org.jenkinsci.lib.configprovider.model

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

Serialized Fields

id

String id
a unique id along all providers!


name

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


comment

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


content

String content
Content of the file as-is.



Copyright © 2004-2013. All Rights Reserved.