public class Document extends Object implements Serializable
| Constructor and Description |
|---|
Document(String title,
String description,
String directory,
boolean recursive,
String file,
String id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDirectory() |
String |
getFile() |
String |
getId() |
String |
getTitle() |
boolean |
hasResources(hudson.model.AbstractItem project) |
boolean |
hasResources(hudson.maven.MavenModule module) |
boolean |
isRecursive() |
void |
publish(hudson.FilePath origin,
hudson.FilePath dest,
PrintStream logger) |
void |
setId(String id) |
public String getTitle()
public String getDirectory()
public boolean isRecursive()
public String getFile()
public String getDescription()
public String getId()
public void setId(String id)
public boolean hasResources(hudson.model.AbstractItem project)
public boolean hasResources(hudson.maven.MavenModule module)
public void publish(hudson.FilePath origin,
hudson.FilePath dest,
PrintStream logger)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004-2016. All Rights Reserved.