public class CodeStorage extends JsonObject
| Constructor and Description |
|---|
CodeStorage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocation()
Get the code location
|
String |
getRepositoryType()
Get the log storage type
|
void |
setLocation(String location)
Set the code location
|
void |
setRespositoryType(String respositoryType)
Set the log storage type
|
toStringpublic String getLocation()
public void setLocation(String location)
location - The code locationpublic String getRepositoryType()
public void setRespositoryType(String respositoryType)
respositoryType - The log storage typeCopyright © 2024. All rights reserved.