@ThreadSafe public final class CompositeConfig extends Object implements WorkflowConfig
Constructor and Description |
---|
CompositeConfig(ArrayList<JobConfig> jobs,
Boolean sequential) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
affectedPaths() |
boolean |
equals(Object obj) |
ArrayList<JobConfig> |
getJobs() |
String |
getName() |
int |
hashCode() |
boolean |
isSequential() |
String |
toString() |
public boolean isSequential()
public String getName()
public Collection<String> affectedPaths()
affectedPaths
in interface JobConfig
Copyright © 2023. All Rights Reserved.