クラス VersionUpExtension
java.lang.Object
com.sqlapp.gradle.plugins.extension.AbstractExtension
com.sqlapp.gradle.plugins.extension.AbstractDbExtension
com.sqlapp.gradle.plugins.extension.VersionUpExtension
- すべての実装されたインタフェース:
ConsoleOutputLevelTaskProperty,ContextTaskProperty,DataSourceTaskProperty,DebugTaskProperty,EncodingTaskProperty,FileDirectoryTaskProperty,PlaceholderTaskProperty
public abstract class VersionUpExtension
extends AbstractDbExtension
implements FileDirectoryTaskProperty, PlaceholderTaskProperty, EncodingTaskProperty
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidcall(org.gradle.api.Action<VersionUpExtension> cons) voidchangeTable(org.gradle.api.Action<? super ChangeTableExtension> action) abstract ChangeTableExtensionSchema Change log table nameabstract org.gradle.api.file.DirectoryPropertyバージョンダウン用のSQLのディレクトリabstract org.gradle.api.file.DirectoryPropertyバージョンアップ後に実行するSQLのディレクトリabstract org.gradle.api.provider.Property<String>abstract org.gradle.api.file.DirectoryPropertyバージョンアップ前に実行するSQLのディレクトリabstract org.gradle.api.provider.Property<Boolean>abstract org.gradle.api.file.DirectoryPropertyバージョンアップ用SQLのディレクトリabstract org.gradle.api.provider.Property<Boolean>voidinitializeCommand(com.sqlapp.data.db.command.AbstractCommand command) クラスから継承されたメソッド com.sqlapp.gradle.plugins.extension.AbstractExtension
getEnable, getProjectクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.ConsoleOutputLevelTaskProperty
getConsoleOutputLevelインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.ContextTaskProperty
getParametersインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.DataSourceTaskProperty
dataSource, getDataSource, setDataSourceインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.DebugTaskProperty
getDebugインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.EncodingTaskProperty
getEncodingインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.FileDirectoryTaskProperty
getFileDirectoryインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.PlaceholderTaskProperty
getPlaceholderPrefix, getPlaceholders, getPlaceholderSuffix
-
コンストラクタの詳細
-
VersionUpExtension
@Inject public VersionUpExtension(org.gradle.api.Project project)
-
-
メソッドの詳細
-
call
-
getSqlDirectory
@InputDirectory @Optional public abstract org.gradle.api.file.DirectoryProperty getSqlDirectory()バージョンアップ用SQLのディレクトリ -
getDownSqlDirectory
@InputDirectory @Optional public abstract org.gradle.api.file.DirectoryProperty getDownSqlDirectory()バージョンダウン用のSQLのディレクトリ -
getSetupSqlDirectory
@InputDirectory @Optional public abstract org.gradle.api.file.DirectoryProperty getSetupSqlDirectory()バージョンアップ前に実行するSQLのディレクトリ -
getFinalizeSqlDirectory
@InputDirectory @Optional public abstract org.gradle.api.file.DirectoryProperty getFinalizeSqlDirectory()バージョンアップ後に実行するSQLのディレクトリ -
getLastChangeNumber
-
getShowVersionOnly
-
getWithSeriesNumber
-
getChangeTable
Schema Change log table name -
changeTable
-
initializeCommand
@Internal public void initializeCommand(com.sqlapp.data.db.command.AbstractCommand command) - オーバーライド:
initializeCommandクラス内AbstractExtension
-