Setup.Project
assetLoc, configLoc, MDW_COMMON_PATH, META_DIR, projectDir, sourceGroup, templateDir, VERSIONS
MAVEN_CENTRAL_URL, SONATYPE_URL
Constructor and Description |
---|
Vercheck() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBranch() |
java.util.List<Dependency> |
getDependencies()
Dependencies that need to be downloaded for this operation to run.
|
int |
getErrorCount() |
java.lang.Exception |
getException() |
java.lang.String |
getTag() |
boolean |
isFix() |
boolean |
isForImport() |
boolean |
isFullScan() |
boolean |
isWarn() |
Vercheck |
run(ProgressMonitor... progressMonitors) |
void |
setBranch(java.lang.String branch) |
void |
setFix(boolean fix) |
void |
setForImport(boolean forImport) |
void |
setFullScan(boolean fullScan) |
void |
setTag(java.lang.String tag) |
void |
setWarn(boolean warn) |
createAsset, debug, downloadTemplates, findAllAssets, findMdwVersion, getAssetFile, getAssetFiles, getAssetLoc, getAssetName, getAssetPath, getAssetRelativePath, getAssetRoot, getBaseAssetPackages, getBaseUrl, getConfigLoc, getConfigRoot, getDatabaseDriver, getDatabasePassword, getDatabaseUrl, getDatabaseUser, getErr, getGitBranch, getGitPath, getGitRemoteUrl, getGitRoot, getGitUser, getImplsDir, getJava, getMdwConfig, getMdwHome, getMdwVersion, getOut, getPackageDir, getPackageDirs, getPackageMeta, getPackageMeta, getPackageName, getProject, getProjectDir, getProjectYaml, getRelativePath, getReleasesUrl, getServicesUrl, getSnapshotsUrl, getSourceGroup, getTempDir, getTemplateDir, getTemplatesUrl, getValue, getVersionProps, gitExists, initBaseAssetPackages, isCommandLine, isDebug, isDependencies, isNoProgress, isSnapshots, mkPackage, needsConfig, setAssetLoc, setBaseAssetPackages, setConfigLoc, setDatabaseDriver, setDatabasePassword, setDatabaseUrl, setDatabaseUser, setDebug, setDependencies, setErr, setGitBranch, setGitPassword, setGitRemoteUrl, setGitRoot, setGitUser, setMdwVersion, setNoProgress, setOut, setReleasesUrl, setServicesUrl, setSnapshotsUrl, setSourceGroup, setTemplateDir, status, subst, substitute, toCamel, updateBuildFile, validate
public java.lang.String getTag()
public void setTag(java.lang.String tag)
public java.lang.String getBranch()
public void setBranch(java.lang.String branch)
public boolean isWarn()
public void setWarn(boolean warn)
public boolean isFix()
public void setFix(boolean fix)
public boolean isForImport()
public void setForImport(boolean forImport)
public boolean isFullScan()
public void setFullScan(boolean fullScan)
public int getErrorCount()
public java.lang.Exception getException()
public java.util.List<Dependency> getDependencies() throws java.io.IOException
Setup
getDependencies
in class Setup
java.io.IOException
public Vercheck run(ProgressMonitor... progressMonitors) throws java.io.IOException
progressMonitors
- only a single long-running step is permitted
per operation since monitors cannot be reset.java.io.IOException
Copyright © 2019 CenturyLink, Inc.