@Portable public class ServiceTasksConfiguration extends Object
Constructor and Description |
---|
ServiceTasksConfiguration() |
ServiceTasksConfiguration(Boolean mavenInstall,
Boolean installPomDeps,
Boolean versionRange) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getInstallPomDeps() |
Boolean |
getMavenInstall() |
Boolean |
getVersionRange() |
void |
setInstallPomDeps(Boolean installPomDeps) |
void |
setMavenInstall(Boolean mavenInstall) |
void |
setVersionRange(Boolean versionRange) |
String |
toString() |
public Boolean getMavenInstall()
public void setMavenInstall(Boolean mavenInstall)
public Boolean getInstallPomDeps()
public void setInstallPomDeps(Boolean installPomDeps)
public Boolean getVersionRange()
public void setVersionRange(Boolean versionRange)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.