getLogLevel() getLogLevel() : string Get log level of the plugin runtime. Log level that can be either INFO,ERROR,DEBUG Returns string — Log level
setLogLevel() setLogLevel(string $logLevel = "INFO") Set log level of plugin runtime. Parameters string $logLevel Log level
getMainbuildnumber() getMainbuildnumber() : string Get the main build number of the application. Returns string — main build number
setMainbuildnumber() setMainbuildnumber(string $number) Set the main build number of the application. Parameters string $number main build number
getEnvironment() getEnvironment() : string Get the ID of the environment in which the plugin is getting executed. Returns string — environment Id
setEnvironment() setEnvironment(string $env) Set the ID of the environment in which the plugin is getting executed. Parameters string $env Environment ID
getWorkSpaceLocation() getWorkSpaceLocation() : string Get workspace location of the job. Returns string — workspace location
setWorkSpaceLocation() setWorkSpaceLocation(string $workspaceloc) Set workspace location. Parameters string $workspaceloc workspace location
getArchiveLocation() getArchiveLocation() : string Archive Location of the build. Returns string — archive location
setArchiveLocation() setArchiveLocation(string $archiveLoc) Set archive location of build. Parameters string $archiveLoc archive location
setTargetServer() setTargetServer(string $targetServer) Set target server ,if selected for the job. Parameters string $targetServer target server
getMasterURL() getMasterURL() : string Get Cloudmunch service URL. Returns string — Cloudmunch service URL
setMasterURL() setMasterURL(string $mURL) Set Cloudmunch service URL. Parameters string $mURL Cloudmunch service URL
getDomainName() getDomainName() : string Get domain name of current application. Returns string — domain name
setDomainName() setDomainName(string $dname) Set domain name of current application. Parameters string $dname domain name
setProject() setProject(string $proj) Set name of current application. Parameters string $proj project
getReportsLocation() getReportsLocation() : string Get report location. Returns string — reports location
setReportsLocation() setReportsLocation(string $reportLoc) Set report location. Parameters string $reportLoc reports location
setRunNumber() setRunNumber(string $runno) Set rum number of job. Parameters string $runno run number
setAPIKey() setAPIKey(string $ak) Set API key to connect to cloudmunch. Parameters string $ak api key