@Deprecated public class CliManagerImpl extends Object implements CliEntryPoint, Serializable
CliEntryPoint
implementation exposed to the remote CLI.VERSION
Constructor and Description |
---|
CliManagerImpl(hudson.remoting.Channel channel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
authenticate(String protocol,
hudson.remoting.Pipe c2s,
hudson.remoting.Pipe s2c)
Deprecated.
|
boolean |
hasCommand(String name)
Deprecated.
|
int |
main(List<String> args,
Locale locale,
InputStream stdin,
OutputStream stdout,
OutputStream stderr)
Deprecated.
|
int |
protocolVersion()
Deprecated.
|
public CliManagerImpl(hudson.remoting.Channel channel)
public int main(List<String> args, Locale locale, InputStream stdin, OutputStream stdout, OutputStream stderr)
main
in interface CliEntryPoint
public void authenticate(String protocol, hudson.remoting.Pipe c2s, hudson.remoting.Pipe s2c)
authenticate
in interface CliEntryPoint
public boolean hasCommand(String name)
hasCommand
in interface CliEntryPoint
public int protocolVersion()
protocolVersion
in interface CliEntryPoint
Copyright © 2004–2017. All rights reserved.