public class Repository extends Object
| Constructor and Description |
|---|
Repository() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInputs()
Return the list of inputs relates to the repository.
|
String |
getRepository()
Returns the repository URL.
|
void |
setInputs(List<String> inputs)
Sets the list of inputs relates to the repository.
|
void |
setRepository(String repository)
Sets the repository URL
|
public String getRepository()
public void setRepository(String repository)
repository - URL of the repository.public List<String> getInputs()
Copyright © 2019 WSO2. All rights reserved.