提交 295650c0 编写于 作者: K kohsuke

doc improvements

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@9392 71c3de6d-444a-0410-be80-ed276b4c234a
上级 924d0c4b
package hudson.model;
import hudson.Launcher;
import hudson.FilePath;
import hudson.Launcher;
import hudson.node_monitors.NodeMonitor;
import hudson.util.EnumConverter;
import hudson.util.ClockDifference;
import hudson.util.EnumConverter;
import org.kohsuke.stapler.Stapler;
import org.kohsuke.stapler.StaplerRequest;
import org.kohsuke.stapler.StaplerResponse;
import org.kohsuke.stapler.Stapler;
import org.acegisecurity.ui.AbstractProcessingFilter;
import java.util.Set;
import java.io.IOException;
import java.util.Set;
/**
* Commonality between {@link Slave} and master {@link Hudson}.
......@@ -121,6 +117,9 @@ public interface Node {
*/
ClockDifference getClockDifference() throws IOException, InterruptedException;
/**
* Constants that control how Hudson allocates jobs to slaves.
*/
public enum Mode {
NORMAL("Utilize this slave as much as possible"),
EXCLUSIVE("Leave this machine for tied jobs only");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册