com.deluan.jenkins.plugins.rtc
Class JazzConfiguration

java.lang.Object
  extended by com.deluan.jenkins.plugins.rtc.JazzConfiguration
All Implemented Interfaces:
Cloneable

public class JazzConfiguration
extends Object
implements Cloneable

Author:
deluan

Constructor Summary
JazzConfiguration()
           
 
Method Summary
 JazzConfiguration clone()
           
 hudson.FilePath getJobWorkspace()
           
 String getPassword()
           
 String getRepositoryLocation()
           
 String getStreamName()
           
 String getUsername()
           
 String getWorkspaceName()
           
 void setJobWorkspace(hudson.FilePath jobWorkspace)
           
 void setPassword(String password)
           
 void setRepositoryLocation(String repositoryLocation)
           
 void setStreamName(String streamName)
           
 void setUsername(String username)
           
 void setWorkspaceName(String workspaceName)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JazzConfiguration

public JazzConfiguration()
Method Detail

getRepositoryLocation

public String getRepositoryLocation()

getWorkspaceName

public String getWorkspaceName()

getStreamName

public String getStreamName()

getUsername

public String getUsername()

getPassword

public String getPassword()

getJobWorkspace

public hudson.FilePath getJobWorkspace()

setRepositoryLocation

public void setRepositoryLocation(String repositoryLocation)

setWorkspaceName

public void setWorkspaceName(String workspaceName)

setStreamName

public void setStreamName(String streamName)

setUsername

public void setUsername(String username)

setPassword

public void setPassword(String password)

setJobWorkspace

public void setJobWorkspace(hudson.FilePath jobWorkspace)

clone

public JazzConfiguration clone()
Overrides:
clone in class Object


Copyright © 2004-2011. All Rights Reserved.