Skip to content

Commit

Permalink
feat: 执行历史归档新增模式-只备份不删除 TencentBlueKing#3037
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyu096 committed Jun 6, 2024
1 parent 7ed1992 commit 80374a2
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ static class ArchiveEnableCondition {

}

@Conditional(JobExecuteBackupCondition.class)
static class BackupCondition {

}

static class JobExecuteBackupCondition extends AnyNestedCondition {
public JobExecuteBackupCondition() {
super(ConfigurationPhase.PARSE_CONFIGURATION);
Expand Down

0 comments on commit 80374a2

Please sign in to comment.