Class TaskConfigurationProperties.DeployerProperties

java.lang.Object
org.springframework.cloud.dataflow.server.service.impl.TaskConfigurationProperties.DeployerProperties
Enclosing class:
TaskConfigurationProperties

public static class TaskConfigurationProperties.DeployerProperties extends Object
  • Constructor Details

    • DeployerProperties

      public DeployerProperties()
  • Method Details

    • getPropertyIncludes

      public String[] getPropertyIncludes()
    • setPropertyIncludes

      public void setPropertyIncludes(String[] propertyIncludes)
    • getGroupIncludes

      public String[] getGroupIncludes()
    • setGroupIncludes

      public void setGroupIncludes(String[] groupIncludes)
    • getPropertyExcludes

      public String[] getPropertyExcludes()
    • setPropertyExcludes

      public void setPropertyExcludes(String[] propertyExcludes)
    • getGroupExcludes

      public String[] getGroupExcludes()
    • setGroupExcludes

      public void setGroupExcludes(String[] groupExcludes)