C D E F G I M N P S U

C

changedToProjectRootDir(String, PrintStream) - Method in class com.zanox.hudson.plugins.FTPSite
Changed to project root dir.
closeSession() - Method in class com.zanox.hudson.plugins.FTPSite
This method disconnect the current ftp connection.
com.zanox.hudson.plugins - package com.zanox.hudson.plugins
 
configure(StaplerRequest, JSONObject) - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
copy(Entry) - Method in class com.zanox.hudson.plugins.EntryCopier
 
copyFile(FilePath, String, String) - Method in class com.zanox.hudson.plugins.EntryCopier
 
createSession() - Method in class com.zanox.hudson.plugins.FTPSite
This method open an ftp connection and login with the specified user name and password.

D

DESCRIPTOR - Static variable in class com.zanox.hudson.plugins.FTPPublisher
Hold an instance of the Descriptor implementation of this publisher.
doLoginCheck(StaplerRequest) - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
This method validates the current entered ftp configuration data.

E

Entry - Class in com.zanox.hudson.plugins
This class implements the data object for the ftp plugin.
Entry() - Constructor for class com.zanox.hudson.plugins.Entry
 
EntryCopier - Class in com.zanox.hudson.plugins
 
EntryCopier(AbstractBuild<?, ?>, BuildListener, FTPSite, boolean, boolean) - Constructor for class com.zanox.hudson.plugins.EntryCopier
 

F

filePath - Variable in class com.zanox.hudson.plugins.Entry
Destination folder for the copy.
FTPPublisher - Class in com.zanox.hudson.plugins
This class implements the ftp publisher process by using the FTPSite.
FTPPublisher() - Constructor for class com.zanox.hudson.plugins.FTPPublisher
 
FTPPublisher(String) - Constructor for class com.zanox.hudson.plugins.FTPPublisher
The constructor which take a configured ftp site name to publishing the artifacts.
FTPPublisher.DescriptorImpl - Class in com.zanox.hudson.plugins
This class holds the metadata for the FTPPublisher.
FTPPublisher.DescriptorImpl() - Constructor for class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
The default constructor.
FTPSite - Class in com.zanox.hudson.plugins
This class
FTPSite() - Constructor for class com.zanox.hudson.plugins.FTPSite
Instantiates a new FTP site.
FTPSite(String, String, int, int, String, String, String) - Constructor for class com.zanox.hudson.plugins.FTPSite
Instantiates a new FTP site.
FTPSite(String, String, String, String, String) - Constructor for class com.zanox.hudson.plugins.FTPSite
Instantiates a new FTP site.

G

getDisplayName() - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
The name of the plugin to display them on the project configuration web page.
getDisplayName() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the display name.
getEntries() - Method in class com.zanox.hudson.plugins.FTPPublisher
The getter for the entries field.
getFtpDir() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the ftp dir.
getHelpFile() - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
Return the location of the help document for this publisher.
getHostname() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the hostname.
getIntegerPort() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the integer port.
getName() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the name.
getPassword() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the password.
getPort() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the port.
getProfileName() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the profile name.
getRequiredMonitorService() - Method in class com.zanox.hudson.plugins.FTPPublisher
 
getSite() - Method in class com.zanox.hudson.plugins.FTPPublisher
This method returns the configured FTPSite object which match the siteName of the FTPPublisher instance.
getSiteName() - Method in class com.zanox.hudson.plugins.FTPPublisher
 
getSites() - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
The getter of the sites field.
getTimeOut() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the time out.
getUsername() - Method in class com.zanox.hudson.plugins.FTPSite
Gets the username.

I

ID_FORMATTER - Static variable in class com.zanox.hudson.plugins.EntryCopier
 
ID_FORMATTER - Static variable in class com.zanox.hudson.plugins.FTPPublisher
This is a SimpleDateFormat instance to get a directory name which include a time stamp.
isApplicable(Class<? extends AbstractProject>) - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
 
isFlatten(FTPPublisher) - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
 
isFlatten() - Method in class com.zanox.hudson.plugins.FTPPublisher
 
isFlattenFilesSelectedByDefault() - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
 
isSkip() - Method in class com.zanox.hudson.plugins.FTPPublisher
 
isUseTimestamps() - Method in class com.zanox.hudson.plugins.FTPPublisher
 

M

mkdirs(String, PrintStream) - Method in class com.zanox.hudson.plugins.FTPSite
Mkdirs.

N

newInstance(StaplerRequest, JSONObject) - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
This method is called by hudson if the user has clicked the add button of the FTP repository hosts point in the System Configuration web page.

P

perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class com.zanox.hudson.plugins.FTPPublisher

S

setFlatten(boolean) - Method in class com.zanox.hudson.plugins.FTPPublisher
 
setFlattenFilesSelectedByDefault(boolean) - Method in class com.zanox.hudson.plugins.FTPPublisher.DescriptorImpl
 
setFtpDir(String) - Method in class com.zanox.hudson.plugins.FTPSite
Sets the ftp dir.
setHostname(String) - Method in class com.zanox.hudson.plugins.FTPSite
Sets the hostname.
setPassword(String) - Method in class com.zanox.hudson.plugins.FTPSite
Sets the password.
setPort(String) - Method in class com.zanox.hudson.plugins.FTPSite
Sets the port.
setProfileName(String) - Method in class com.zanox.hudson.plugins.FTPSite
Sets the profile name.
setSiteName(String) - Method in class com.zanox.hudson.plugins.FTPPublisher
 
setSkip(boolean) - Method in class com.zanox.hudson.plugins.FTPPublisher
 
setTimeOut(int) - Method in class com.zanox.hudson.plugins.FTPSite
Sets the time out.
setUsername(String) - Method in class com.zanox.hudson.plugins.FTPSite
Sets the username.
setUseTimestamps(boolean) - Method in class com.zanox.hudson.plugins.FTPPublisher
 
sourceFile - Variable in class com.zanox.hudson.plugins.Entry
File name relative to the workspace root to upload.

U

upload(FilePath, Map<String, String>, PrintStream) - Method in class com.zanox.hudson.plugins.FTPSite
 

C D E F G I M N P S U

Copyright © 2011. All Rights Reserved.