|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.slide.hudson.plugins.Entry
public final class Entry
This class implements the data object for the CIFS plugin. The fields can be configured in the job configuration page in hudson.
HeadURL: $HeadURL$
Date: $Date$
Revision: $Revision$
| Constructor Summary | |
|---|---|
Entry()
|
|
Entry(java.lang.String filePath,
java.lang.String sourceFile,
java.lang.Boolean flatten)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFilePath()
Destination folder for the copy. |
boolean |
getFlatten()
True if files should be flattened into a single directory, false if directory structure should be maintained in the target share path. |
java.lang.String |
getSourceFile()
File name relative to the workspace root to upload. |
void |
setFilePath(java.lang.String filePath)
Destination folder for the copy. |
void |
setFlatten(java.lang.Boolean flatten)
True if files should be flattened into a single directory, false if directory structure should be maintained in the target share path. |
void |
setSourceFile(java.lang.String sourceFile)
File name relative to the workspace root to upload. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Entry()
@DataBoundConstructor
public Entry(java.lang.String filePath,
java.lang.String sourceFile,
java.lang.Boolean flatten)
| Method Detail |
|---|
public java.lang.String getFilePath()
public void setFilePath(java.lang.String filePath)
filePath - the filePath to setpublic java.lang.String getSourceFile()
May contain macro, wildcard.
public void setSourceFile(java.lang.String sourceFile)
May contain macro, wildcard.
sourceFile - the sourceFile to setpublic boolean getFlatten()
public void setFlatten(java.lang.Boolean flatten)
flatten - the flatten to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||