提交 699d2b22 编写于 作者: O Oliver Gondža

Merge pull request #1840 from pjanouse/JENKINS-30613

[JENKINS-30613] Code clean-up
......@@ -81,6 +81,5 @@ Cannot build {0} because its configuration has not been saved.
BuildCommand.CLICause.CannotBuildUnknownReasons=\
Cannot build {0} for unknown reasons.
DeleteNodeCommand.ShortDescription=\
Deletes node(s)
DeleteNodeCommand.ShortDescription=Deletes node(s)
......@@ -33,7 +33,9 @@ import org.jvnet.hudson.test.JenkinsRule;
import java.io.IOException;
import static hudson.cli.CLICommandInvoker.Matcher.*;
import static hudson.cli.CLICommandInvoker.Matcher.failedWith;
import static hudson.cli.CLICommandInvoker.Matcher.hasNoStandardOutput;
import static hudson.cli.CLICommandInvoker.Matcher.succeededSilently;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.nullValue;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册