Uses of Class
hudson.plugins.doclinks.Document

Packages that use Document
hudson.plugins.doclinks   
hudson.plugins.doclinks.m2   
 

Uses of Document in hudson.plugins.doclinks
 

Methods in hudson.plugins.doclinks that return types with arguments of type Document
 java.util.List<Document> DocLinksPublisher.getDocuments()
          for config.jelly
 java.util.Map<java.lang.String,Document> DocLinksAction.getDocumentsMap()
          for jobMain.jelly
 

Methods in hudson.plugins.doclinks with parameters of type Document
 boolean DocLinksAction.hasDocument(Document doc)
           
 

Method parameters in hudson.plugins.doclinks with type arguments of type Document
static java.lang.String DocLinksUtils.getNextId(java.util.List<Document> documents)
          get the id, which has not been used.
 

Constructor parameters in hudson.plugins.doclinks with type arguments of type Document
DocLinksAction(hudson.model.AbstractItem project, java.util.Map<java.lang.String,Document> document)
           
DocLinksPublisher(java.util.List<Document> docs)
           
 

Uses of Document in hudson.plugins.doclinks.m2
 

Methods in hudson.plugins.doclinks.m2 that return types with arguments of type Document
 java.util.List<Document> DocLinksMavenReporter.getDocuments()
          for config.jelly
 java.util.Map<java.lang.String,Document> DocLinksMavenAction.getDocumentsMap()
          for jobMain.jelly
 

Methods in hudson.plugins.doclinks.m2 with parameters of type Document
 boolean DocLinksMavenAction.hasDocument(Document doc)
           
 

Constructor parameters in hudson.plugins.doclinks.m2 with type arguments of type Document
DocLinksMavenAction(hudson.maven.MavenModule module, java.util.Map<java.lang.String,Document> document)
           
DocLinksMavenReporter(java.util.List<Document> docs)
           
 



Copyright © 2011. All Rights Reserved.