hudson.plugins.doclinks
Class Document
java.lang.Object
hudson.plugins.doclinks.Document
- All Implemented Interfaces:
- java.io.Serializable
public class Document
- extends java.lang.Object
- implements java.io.Serializable
Document Model.
- Author:
- Seiji Sogabe
- See Also:
- Serialized Form
|
Constructor Summary |
Document(java.lang.String title,
java.lang.String description,
java.lang.String directory,
java.lang.String file,
java.lang.String id)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Document
@DataBoundConstructor
public Document(java.lang.String title,
java.lang.String description,
java.lang.String directory,
java.lang.String file,
java.lang.String id)
getTitle
public java.lang.String getTitle()
getDirectory
public java.lang.String getDirectory()
getFile
public java.lang.String getFile()
getDescription
public java.lang.String getDescription()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
hasResources
public boolean hasResources(hudson.model.AbstractItem project)
hasResources
public boolean hasResources(hudson.maven.MavenModule module)
Copyright © 2010. All Rights Reserved.