Uses of Class
com.igormaznitsa.mvngolang.utils.ProxySettings
| Package | Description |
|---|---|
| com.igormaznitsa.mvngolang | |
| com.igormaznitsa.mvngolang.cvs |
-
Uses of ProxySettings in com.igormaznitsa.mvngolang
Methods in com.igormaznitsa.mvngolang that return ProxySettings Modifier and Type Method Description ProxySettingsAbstractGolangMojo. getProxy()Methods in com.igormaznitsa.mvngolang with parameters of type ProxySettings Modifier and Type Method Description voidAbstractGoDependencyAwareMojo. afterExecution(ProxySettings proxySettings, boolean error)voidAbstractGolangMojo. afterExecution(ProxySettings proxySettings, boolean error)voidGolangBuildMojo. afterExecution(ProxySettings proxySettings, boolean error)voidGolangCleanMojo. afterExecution(ProxySettings proxySettings, boolean error)voidAbstractGolangMojo. beforeExecution(ProxySettings proxySettings)voidGolangBuildMojo. beforeExecution(ProxySettings proxySettings)voidGolangCleanMojo. beforeExecution(ProxySettings proxySettings)voidGolangGetMojo. beforeExecution(ProxySettings proxySettings)protected booleanAbstractGolangMojo. doMainBusiness(ProxySettings proxySettings, int maxAttempts)protected booleanGolangMvnInstallMojo. doMainBusiness(ProxySettings proxySettings, int maxAttempts)protected java.io.FileAbstractGolangMojo. findGoRoot(ProxySettings proxySettings)protected org.zeroturnaround.exec.ProcessExecutorAbstractGolangMojo. prepareExecutor(ProxySettings proxySettings)protected org.zeroturnaround.exec.ProcessExecutorGolangJfrogCliMojo. prepareExecutor(ProxySettings proxySettings) -
Uses of ProxySettings in com.igormaznitsa.mvngolang.cvs
Methods in com.igormaznitsa.mvngolang.cvs with parameters of type ProxySettings Modifier and Type Method Description booleanAbstractRepo. prepareFolder(org.apache.maven.plugin.logging.Log logger, ProxySettings proxy, java.lang.String customExe, java.io.File cvsFolder)booleanAbstractRepo. processCVSForCustomOptions(org.apache.maven.plugin.logging.Log logger, ProxySettings proxy, java.io.File cvsFolder, java.lang.String customCommand, java.lang.String... options)abstract booleanAbstractRepo. processCVSRequisites(org.apache.maven.plugin.logging.Log logger, ProxySettings proxy, java.lang.String customCommand, java.io.File cvsFolder, java.lang.String branchId, java.lang.String tagId, java.lang.String revisionId)booleanCvsBZR. processCVSRequisites(org.apache.maven.plugin.logging.Log logger, ProxySettings proxy, java.lang.String customCommand, java.io.File cvsFolder, java.lang.String branchId, java.lang.String tagId, java.lang.String revisionId)