Uses of Class
org.thoughtslive.jenkins.plugins.hubot.config.HubotSite
-
Packages that use HubotSite Package Description org.thoughtslive.jenkins.plugins.hubot.config org.thoughtslive.jenkins.plugins.hubot.service org.thoughtslive.jenkins.plugins.hubot.util -
-
Uses of HubotSite in org.thoughtslive.jenkins.plugins.hubot.config
Methods in org.thoughtslive.jenkins.plugins.hubot.config that return HubotSite Modifier and Type Method Description HubotSite
HubotSite. clone()
static HubotSite
HubotSite. get(Job<?,?> job, TaskListener listener)
Gets the effectiveHubotSite
associated with the given project.static HubotSite
HubotSite. get(Job<?,?> job, TaskListener listener, String siteName)
HubotSite[]
GlobalConfig. getSites()
HubotSite[]
HubotFolderProperty. getSites()
Return the Hubot sites.Methods in org.thoughtslive.jenkins.plugins.hubot.config with parameters of type HubotSite Modifier and Type Method Description void
HubotFolderProperty. setSites(HubotSite site)
Adds a Hubot site. -
Uses of HubotSite in org.thoughtslive.jenkins.plugins.hubot.service
Constructors in org.thoughtslive.jenkins.plugins.hubot.service with parameters of type HubotSite Constructor Description HubotService(HubotSite hubotSite)
-
Uses of HubotSite in org.thoughtslive.jenkins.plugins.hubot.util
Fields in org.thoughtslive.jenkins.plugins.hubot.util declared as HubotSite Modifier and Type Field Description protected HubotSite
HubotAbstractSynchronousNonBlockingStepExecution. site
protected HubotSite
HubotStepExecution. site
-