Package nl.jpoint.vertx.deploy.agent
Class DeployConfig
- java.lang.Object
-
- nl.jpoint.vertx.deploy.agent.DeployConfig
-
public class DeployConfig extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanasCluster()PathgetArtifactRepo()StringgetAuthToken()StringgetAwsLoadbalancerId()intgetAwsMaxRegistrationDuration()StringgetAwsRegion()StringgetConfigLocation()StringgetDefaultJavaOpts()StringgetHttpAuthPassword()StringgetHttpAuthUser()IntegergetHttpPort()URIgetNexusUrl()longgetPollIntervall()StringgetRemoteRepoPolicy()StringgetRunDir()StringgetServiceConfigLocation()StringgetStatFile()PathgetVertxHome()booleanisAwsAutoDiscover()booleanisAwsEnabled()booleanisHttpAuthentication()booleanisMavenRemote()booleanisTypedDeploy()
-
-
-
Method Detail
-
getVertxHome
public Path getVertxHome()
-
getArtifactRepo
public Path getArtifactRepo()
-
getNexusUrl
public URI getNexusUrl()
-
getConfigLocation
public String getConfigLocation()
-
getAwsRegion
public String getAwsRegion()
-
getAwsLoadbalancerId
public String getAwsLoadbalancerId()
-
getAwsMaxRegistrationDuration
public int getAwsMaxRegistrationDuration()
-
getHttpAuthUser
public String getHttpAuthUser()
-
getHttpAuthPassword
public String getHttpAuthPassword()
-
isAwsEnabled
public boolean isAwsEnabled()
-
isHttpAuthentication
public boolean isHttpAuthentication()
-
isMavenRemote
public boolean isMavenRemote()
-
getAuthToken
public String getAuthToken()
-
asCluster
public boolean asCluster()
-
getRemoteRepoPolicy
public String getRemoteRepoPolicy()
-
getDefaultJavaOpts
public String getDefaultJavaOpts()
-
getHttpPort
public Integer getHttpPort()
-
getRunDir
public String getRunDir()
-
getStatFile
public String getStatFile()
-
isAwsAutoDiscover
public boolean isAwsAutoDiscover()
-
getServiceConfigLocation
public String getServiceConfigLocation()
-
isTypedDeploy
public boolean isTypedDeploy()
-
getPollIntervall
public long getPollIntervall()
-
-