Uses of Class
io.jenkins.plugins.yc.YCComputer
-
Packages that use YCComputer Package Description io.jenkins.plugins.yc -
-
Uses of YCComputer in io.jenkins.plugins.yc
Methods in io.jenkins.plugins.yc with parameters of type YCComputer Modifier and Type Method Description long
YandexRetentionStrategy. check(YCComputer c)
static String
YCHostAddressProvider. getPrivateIpAddress(YCComputer computer)
protected abstract boolean
YCComputerLauncher. launchScript(YCComputer computer, TaskListener listener)
protected boolean
YCUnixComputerLauncher. launchScript(YCComputer computer, TaskListener listener)
void
YandexRetentionStrategy. start(YCComputer c)
Called when a newYCComputer
object is introduced (such as when Hudson started, or when a new agent is added.)Constructor parameters in io.jenkins.plugins.yc with type arguments of type YCComputer Constructor Description YCAbstractSlave(String name, String instanceId, String templateDescription, String remoteFS, int numExecutors, Node.Mode mode, String labelString, ComputerLauncher launcher, RetentionStrategy<YCComputer> retentionStrategy, String initScript, String tmpDir, List<? extends NodeProperty<?>> nodeProperties, boolean stopOnTerminate, String idleTerminationMinutes, List<YCTag> tags, String cloudName, long launchTimeout)
-