C D E G I M N P S U

C

CIFSPublisher - Class in com.slide.hudson.plugins
This class implements the CIFS publisher process by using the CIFSShare.
CIFSPublisher() - Constructor for class com.slide.hudson.plugins.CIFSPublisher
 
CIFSPublisher(String) - Constructor for class com.slide.hudson.plugins.CIFSPublisher
The constructor which take a configured CIFS share name to publishing the artifacts.
CIFSPublisher.DescriptorImpl - Class in com.slide.hudson.plugins
This class holds the metadata for the FTPPublisher.
CIFSPublisher.DescriptorImpl() - Constructor for class com.slide.hudson.plugins.CIFSPublisher.DescriptorImpl
The default constructor.
CIFSShare - Class in com.slide.hudson.plugins
Encapsulates the information for a single CIFS share
CIFSShare() - Constructor for class com.slide.hudson.plugins.CIFSShare
Instantiates a new CIFS share..
CIFSShare(String, int, int, String, String, String, String) - Constructor for class com.slide.hudson.plugins.CIFSShare
Instantiates a new CIFS share.
CIFSShare(String, String, String, String, String, String) - Constructor for class com.slide.hudson.plugins.CIFSShare
Instantiates a new CIFS share.
com.slide.hudson.plugins - package com.slide.hudson.plugins
 
configure(StaplerRequest, JSONObject) - Method in class com.slide.hudson.plugins.CIFSPublisher.DescriptorImpl
copy(Entry) - Method in class com.slide.hudson.plugins.EntryCopier
 
copyFile(Entry, FilePath, String, String) - Method in class com.slide.hudson.plugins.EntryCopier
 

D

delete(String, PrintStream) - Method in class com.slide.hudson.plugins.CIFSShare
 
DESCRIPTOR - Static variable in class com.slide.hudson.plugins.CIFSPublisher
Hold an instance of the Descriptor implementation of this publisher.
doLoginCheck(StaplerRequest) - Method in class com.slide.hudson.plugins.CIFSPublisher.DescriptorImpl
This method validates the current entered CIFS configuration data.

E

Entry - Class in com.slide.hudson.plugins
This class implements the data object for the CIFS plugin.
Entry() - Constructor for class com.slide.hudson.plugins.Entry
 
Entry(String, String, Boolean, Boolean) - Constructor for class com.slide.hudson.plugins.Entry
 
EntryCopier - Class in com.slide.hudson.plugins
Copies files for the Entry
EntryCopier(AbstractBuild<?, ?>, BuildListener, CIFSShare) - Constructor for class com.slide.hudson.plugins.EntryCopier
 

G

getDisplayName() - Method in class com.slide.hudson.plugins.CIFSPublisher.DescriptorImpl
The name of the plugin to display them on the project configuration web page.
getDisplayUrl() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the display safe (no password) URL for the share.
getDomain() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the domain portion of the URL.
getEntries() - Method in class com.slide.hudson.plugins.CIFSPublisher
The getter for the entries field.
getFilePath() - Method in class com.slide.hudson.plugins.Entry
Destination folder for the copy.
getFlatten() - Method in class com.slide.hudson.plugins.Entry
True if files should be flattened into a single directory, false if directory structure should be maintained in the target share path.
getHelpFile() - Method in class com.slide.hudson.plugins.CIFSPublisher.DescriptorImpl
Return the location of the help document for this publisher.
getIntegerPort() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the integer port.
getPassword() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the password.
getPort() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the port.
getPurge() - Method in class com.slide.hudson.plugins.Entry
True if files should be purged from the target directory, false if existing files should be left along.
getRequiredMonitorService() - Method in class com.slide.hudson.plugins.CIFSPublisher
 
getServer() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the hostname.
getShare() - Method in class com.slide.hudson.plugins.CIFSPublisher
This method returns the configured CIFSShare object which match the siteName of the CIFSPublisher instance.
getShareDisplayUrl() - Method in class com.slide.hudson.plugins.CIFSPublisher
 
getShareName() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the SMB share dir.
getShares() - Method in class com.slide.hudson.plugins.CIFSPublisher.DescriptorImpl
The getter of the sites field.
getSourceFile() - Method in class com.slide.hudson.plugins.Entry
File name relative to the workspace root to upload.
getTimeOut() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the time out.
getUrl() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the FULL URL for the share including escaped password.
getUsername() - Method in class com.slide.hudson.plugins.CIFSShare
Gets the username.

I

isApplicable(Class<? extends AbstractProject>) - Method in class com.slide.hudson.plugins.CIFSPublisher.DescriptorImpl
 

M

mkdirs(String, PrintStream) - Method in class com.slide.hudson.plugins.CIFSShare
Mkdirs.

N

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

P

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

S

setDomain(String) - Method in class com.slide.hudson.plugins.CIFSShare
Sets the domain portion of the URL.
setFilePath(String) - Method in class com.slide.hudson.plugins.Entry
Destination folder for the copy.
setFlatten(Boolean) - Method in class com.slide.hudson.plugins.Entry
True if files should be flattened into a single directory, false if directory structure should be maintained in the target share path.
setPassword(String) - Method in class com.slide.hudson.plugins.CIFSShare
Sets the password.
setPort(String) - Method in class com.slide.hudson.plugins.CIFSShare
Sets the port.
setPurge(Boolean) - Method in class com.slide.hudson.plugins.Entry
True if files should be purged from the target directory.
setServer(String) - Method in class com.slide.hudson.plugins.CIFSShare
Sets the hostname.
setShareName(String) - Method in class com.slide.hudson.plugins.CIFSShare
Sets the share dir.
setShareUrl(String) - Method in class com.slide.hudson.plugins.CIFSPublisher
 
setSourceFile(String) - Method in class com.slide.hudson.plugins.Entry
File name relative to the workspace root to upload.
setTimeOut(int) - Method in class com.slide.hudson.plugins.CIFSShare
Sets the time out.
setUsername(String) - Method in class com.slide.hudson.plugins.CIFSShare
Sets the username.
setWinsServer(String) - Method in class com.slide.hudson.plugins.CIFSPublisher
 

U

upload(FilePath, String, Map<String, String>, PrintStream) - Method in class com.slide.hudson.plugins.CIFSShare
Uploads a file (or multiple files) to the share defined by this object.

C D E G I M N P S U

Copyright © 2011. All Rights Reserved.