org.jenkinsci.plugins.deploy.weblogic.data
Class TransfertConfiguration
java.lang.Object
org.jenkinsci.plugins.deploy.weblogic.data.TransfertConfiguration
public class TransfertConfiguration
- extends Object
- Author:
- rchaumie
TransfertConfiguration
public TransfertConfiguration(String host,
String user,
String password,
String localFilePath,
String remoteFilePath)
- Parameters:
host - user - password - localFilePath - remoteFilePath -
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.