Class GroupTarget

java.lang.Object
org.technologybrewery.commons.json.AbstractValidatedElement
org.technologybrewery.baton.config.GroupTarget
All Implemented Interfaces:
org.technologybrewery.commons.json.ValidatedElement

public class GroupTarget extends org.technologybrewery.commons.json.AbstractValidatedElement
Holds target information to support group execution.
  • Constructor Details

    • GroupTarget

      public GroupTarget()
  • Method Details

    • setGroup

      public void setGroup(String group)
    • getGroup

      public String getGroup()
    • setType

      public void setType(String type)
    • getType

      public String getType()
    • addMigration

      public void addMigration(MigrationTarget migration)
    • getMigrations

      public List<MigrationTarget> getMigrations()
    • getSchemaFileName

      public String getSchemaFileName()