Uses of Enum Class
com.cloudbees.jenkins.plugins.bitbucket.api.endpoint.EndpointType
Packages that use EndpointType
Package
Description
-
Uses of EndpointType in com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus
Methods in com.cloudbees.jenkins.plugins.bitbucket.api.buildstatus with parameters of type EndpointTypeModifier and TypeMethodDescriptionbooleanBitbucketBuildStatusCustomizer.isApplicable(EndpointType type) Returns if this implementation supports the given endpoint type.booleanBitbucketBuildStatusNotifier.isApplicable(EndpointType type) Returns if this implementation supports the given endpoint type. -
Uses of EndpointType in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint
Methods in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint that return EndpointTypeModifier and TypeMethodDescriptionBitbucketEndpoint.getType()Returns the type of this endpoint.static EndpointTypeReturns the enum constant of this class with the specified name.static EndpointType[]EndpointType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.cloudbees.jenkins.plugins.bitbucket.api.endpoint with parameters of type EndpointTypeModifier and TypeMethodDescriptionstatic <T extends BitbucketEndpoint>
Collection<T>BitbucketEndpointProvider.lookupEndpoint(EndpointType type) Checks to see if the supplied server URL is defined in the global configuration. -
Uses of EndpointType in com.cloudbees.jenkins.plugins.bitbucket.api.webhook
Methods in com.cloudbees.jenkins.plugins.bitbucket.api.webhook with parameters of type EndpointTypeModifier and TypeMethodDescriptionabstract booleanBitbucketWebhookDescriptor.isApplicable(EndpointType type) Returns if this implementation can supports and can be installed by the given endpoint type. -
Uses of EndpointType in com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.buildstatus with parameters of type EndpointTypeModifier and TypeMethodDescriptionbooleanCloudBuildStatusNotifier.isApplicable(EndpointType type) booleanServerBuildStatusNotifier.isApplicable(EndpointType type) -
Uses of EndpointType in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.endpoint that return EndpointType -
Uses of EndpointType in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.cloud with parameters of type EndpointTypeModifier and TypeMethodDescriptionbooleanCloudWebhookConfiguration.DescriptorImpl.isApplicable(EndpointType type) -
Uses of EndpointType in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.plugin with parameters of type EndpointTypeModifier and TypeMethodDescriptionbooleanPluginWebhookConfiguration.DescriptorImpl.isApplicable(EndpointType type) Deprecated. -
Uses of EndpointType in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.webhook.server with parameters of type EndpointTypeModifier and TypeMethodDescriptionbooleanServerWebhookConfiguration.DescriptorImpl.isApplicable(EndpointType type)