org.zanata.client.commands
Interface PutVersionOptions
- All Superinterfaces:
- BasicOptions, ConfigurableOptions
- All Known Implementing Classes:
- PutVersionOptionsImpl
public interface PutVersionOptions
- extends ConfigurableOptions
| Methods inherited from interface org.zanata.client.commands.ConfigurableOptions |
getKey, getLogHttp, getUrl, getUserConfig, getUsername, isDisableSSLCert, setDisableSSLCert, setKey, setLogHttp, setUrl, setUserConfig, setUsername |
| Methods inherited from interface org.zanata.client.commands.BasicOptions |
getCommandDescription, getCommandName, getDebug, getErrors, getHelp, getQuiet, initCommand, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet |
setVersionProject
void setVersionProject(String id)
setVersionSlug
void setVersionSlug(String id)
setProjectType
void setProjectType(String type)
getVersionProject
String getVersionProject()
getVersionSlug
String getVersionSlug()
getProjectType
String getProjectType()
Copyright © 2013 Zanata Project. All Rights Reserved.