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 BooleangetInstallPomDeps()BooleangetMavenInstall()BooleangetVersionRange()voidsetInstallPomDeps(Boolean installPomDeps)voidsetMavenInstall(Boolean mavenInstall)voidsetVersionRange(Boolean versionRange)StringtoString()
-
-
-
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)
-
-