Uses of Class
com.axis.jenkins.plugins.eiffel.eiffelbroadcaster.HostnameSource
-
Packages that use HostnameSource Package Description com.axis.jenkins.plugins.eiffel.eiffelbroadcaster -
-
Uses of HostnameSource in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster
Methods in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster that return HostnameSource Modifier and Type Method Description HostnameSource
EiffelBroadcasterConfig. getHostnameSource()
Returns the hostname source.static HostnameSource
HostnameSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static HostnameSource[]
HostnameSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.axis.jenkins.plugins.eiffel.eiffelbroadcaster with parameters of type HostnameSource Modifier and Type Method Description void
EiffelBroadcasterConfig. setHostnameSource(HostnameSource hostnameSource)
Sets the hostname source.
-