public class DeploymentPlannerFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentPlannerFactory.HierarchyClassMethodNameComparator
- First compare on the Class hierarchy, subclasses before superclasses
- Then on the class name
- Then on the method name
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<java.lang.reflect.Method> |
PROCESSOR_COMPARATOR |
| Constructor and Description |
|---|
DeploymentPlannerFactory() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentPlanner |
planner(com.xebialabs.deployit.plugin.api.deployment.planning.ReadOnlyRepository repository) |
public static final java.util.Comparator<java.lang.reflect.Method> PROCESSOR_COMPARATOR
public DeploymentPlanner planner(com.xebialabs.deployit.plugin.api.deployment.planning.ReadOnlyRepository repository)