org.jenkinsci.plugins.deploy.weblogic.data
Class TransfertConfiguration

java.lang.Object
  extended by org.jenkinsci.plugins.deploy.weblogic.data.TransfertConfiguration

public class TransfertConfiguration
extends Object

Author:
rchaumie

Constructor Summary
TransfertConfiguration(String host, String user, String password, String localFilePath, String remoteFilePath)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getHost()
           
 String getLocalFilePath()
           
 String getPassword()
           
 String getRemoteFilePath()
           
 String getUser()
           
 int hashCode()
           
 void setHost(String host)
           
 void setLocalFilePath(String localFilePath)
           
 void setPassword(String password)
           
 void setRemoteFilePath(String remoteFilePath)
           
 void setUser(String user)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransfertConfiguration

public TransfertConfiguration(String host,
                              String user,
                              String password,
                              String localFilePath,
                              String remoteFilePath)
Parameters:
host -
user -
password -
localFilePath -
remoteFilePath -
Method Detail

getHost

public String getHost()

setHost

public void setHost(String host)

getUser

public String getUser()

setUser

public void setUser(String user)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getLocalFilePath

public String getLocalFilePath()

setLocalFilePath

public void setLocalFilePath(String localFilePath)

getRemoteFilePath

public String getRemoteFilePath()

setRemoteFilePath

public void setRemoteFilePath(String remoteFilePath)
Parameters:
remoteFilePath -

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012. All Rights Reserved.