Class ServiceTasksConfiguration
- java.lang.Object
-
- org.jbpm.workbench.wi.workitems.model.ServiceTasksConfiguration
-
@Portable public class ServiceTasksConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description ServiceTasksConfiguration()
ServiceTasksConfiguration(Boolean mavenInstall, Boolean installPomDeps, Boolean versionRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getInstallPomDeps()
Boolean
getMavenInstall()
Boolean
getVersionRange()
void
setInstallPomDeps(Boolean installPomDeps)
void
setMavenInstall(Boolean mavenInstall)
void
setVersionRange(Boolean versionRange)
String
toString()
-
-
-
Method Detail
-
getMavenInstall
public Boolean getMavenInstall()
-
setMavenInstall
public void setMavenInstall(Boolean mavenInstall)
-
getInstallPomDeps
public Boolean getInstallPomDeps()
-
setInstallPomDeps
public void setInstallPomDeps(Boolean installPomDeps)
-
getVersionRange
public Boolean getVersionRange()
-
setVersionRange
public void setVersionRange(Boolean versionRange)
-
-