Skip to content

Commit

Permalink
JENKINS-40707
Browse files Browse the repository at this point in the history
added recommended deprecated tags
  • Loading branch information
prospero238 committed Dec 30, 2016
1 parent 624d1df commit 9ffa9f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Expand Up @@ -81,9 +81,6 @@ protected static void assembleFromProjectConfiguration(AbstractLiquibaseBuilder
build);
}
}



addPropertyIfDefined(properties, LiquibaseProperty.CHANGELOG_FILE, liquibaseBuilder.getChangeLogFile(),
environment, build);

Expand Down
Expand Up @@ -90,6 +90,7 @@ public void runPerform(Run<?, ?> build,

}

@Deprecated
public ChangesetEvaluator(String databaseEngine,
String changeLogFile,
String url,
Expand Down
Expand Up @@ -94,7 +94,7 @@ public void runPerform(Run<?, ?> build,
action.setRolledbackChangesets(executedChangesetAction.getRolledBackChangesets());
}


@Deprecated
public RollbackBuildStep(String databaseEngine,
String changeLogFile,
String username,
Expand Down Expand Up @@ -216,5 +216,4 @@ public String getDisplayName() {
}

}

}

0 comments on commit 9ffa9f7

Please sign in to comment.