Kie Workbench - Common - Services API 6.0.0.CR1

org.kie.workbench.common.services.shared.rest
Class Repository

java.lang.Object
  extended by org.kie.workbench.common.services.shared.rest.Entity
      extended by org.kie.workbench.common.services.shared.rest.Repository

@Portable
public class Repository
extends Entity


Constructor Summary
Repository()
           
 
Method Summary
 String getGitURL()
           
 String getPassword()
           
 String getRequestType()
           
 String getUserName()
           
 void setGitURL(String gitURL)
           
 void setPassword(String password)
           
 void setRequestType(String requestType)
           
 void setUserName(String userName)
           
 
Methods inherited from class org.kie.workbench.common.services.shared.rest.Entity
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Repository

public Repository()
Method Detail

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getRequestType

public String getRequestType()

setRequestType

public void setRequestType(String requestType)

getGitURL

public String getGitURL()

setGitURL

public void setGitURL(String gitURL)

Kie Workbench - Common - Services API 6.0.0.CR1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.