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 HubotSiteHubotSite. clone()static HubotSiteHubotSite. get(Job<?,?> job, TaskListener listener)Gets the effectiveHubotSiteassociated with the given project.static HubotSiteHubotSite. 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 voidHubotFolderProperty. 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 HubotSiteHubotAbstractSynchronousNonBlockingStepExecution. siteprotected HubotSiteHubotStepExecution. site
-