Class TfsRepository
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.tfs.TfsRepository
-
public class TfsRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description TfsRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccount()
String
getCloneUrl()
String
getId()
String
getProject()
String
getType()
void
setAccount(String account)
void
setCloneUrl(String cloneUrl)
void
setId(String id)
void
setProject(String name)
void
setType(String type)
-
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getAccount
public String getAccount()
-
setAccount
public void setAccount(String account)
-
getProject
public String getProject()
-
setProject
public void setProject(String name)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getCloneUrl
public String getCloneUrl()
-
setCloneUrl
public void setCloneUrl(String cloneUrl)
-
-