提交 8288bd5b 编写于 作者: K kohsuke
上级 d980d5d4
......@@ -184,6 +184,10 @@ public abstract class Slave implements Node, Serializable {
return mode;
}
public void setMode(Mode mode) {
this.mode = mode;
}
public RetentionStrategy getRetentionStrategy() {
return retentionStrategy == null ? RetentionStrategy.Always.INSTANCE : retentionStrategy;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册