|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
hudson.plugins.skype.im.transport.SkypePublisherDescriptor
public class SkypePublisherDescriptor
Nested Class Summary |
---|
Nested classes/interfaces inherited from class hudson.model.Descriptor |
---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
Field Summary | |
---|---|
static String |
DEFAULT_COMMAND_PREFIX
|
static String |
PARAMETERNAME_COMMAND_PREFIX
|
static String |
PARAMETERNAME_DEFAULT_ID_SUFFIX
|
static String |
PARAMETERNAME_ENABLED
|
static String |
PARAMETERNAME_GROUP_NICKNAME
|
static String |
PARAMETERNAME_HUDSON_LOGIN
|
static String |
PARAMETERNAME_HUDSON_PASSWORD
|
static String |
PARAMETERNAME_INITIAL_GROUPCHATS
|
static String |
PARAMETERNAME_NOTIFY_CULPRITS
|
static String |
PARAMETERNAME_NOTIFY_FIXERS
|
static String |
PARAMETERNAME_NOTIFY_START
|
static String |
PARAMETERNAME_NOTIFY_SUSPECTS
|
static String |
PARAMETERNAME_NOTIFY_UPSTREAM_COMMITTERS
|
static String |
PARAMETERNAME_PORT
|
static String |
PARAMETERNAME_PRESENCE
|
static String |
PARAMETERNAME_STRATEGY
|
static String |
PARAMETERNAME_TARGETS
|
static String |
PARAMETERVALUE_STRATEGY_DEFAULT
|
static String[] |
PARAMETERVALUE_STRATEGY_VALUES
|
Fields inherited from class hudson.model.Descriptor |
---|
clazz |
Fields inherited from interface hudson.model.Saveable |
---|
NOOP |
Constructor Summary | |
---|---|
SkypePublisherDescriptor()
|
Method Summary | |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
|
hudson.util.FormValidation |
doServerCheck(String hostname,
String port)
Validates the connection information. |
String |
getCommandPrefix()
|
String |
getDefaultIdSuffix()
|
List<hudson.plugins.im.IMMessageTarget> |
getDefaultTargets()
|
String |
getDisplayName()
This human readable name is used in the configuration screen. |
String |
getGroupChatNickname()
|
String |
getHost()
|
String |
getHostname()
Deprecated. |
String |
getHudsonPassword()
|
String |
getHudsonUserName()
|
hudson.plugins.im.IMMessageTargetConverter |
getIMMessageTargetConverter()
|
String |
getInitialGroupChats()
Gets the whitespace separated list of group chats to join, or null if nothing is configured. |
String |
getPassword()
|
String |
getPluginDescription()
|
int |
getPort()
|
String |
getPortString()
Returns the text to be put into the form field. |
String |
getSkypeId()
Returns the jabber ID. |
String |
getUserName()
Returns the skypeid. |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
|
boolean |
isEnabled()
|
boolean |
isEnableSASL()
|
boolean |
isExposePresence()
|
void |
load()
|
SkypePublisher |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Creates a new instance of SkypePublisher from a submitted form. |
Methods inherited from class hudson.tasks.BuildStepDescriptor |
---|
filter |
Methods inherited from class hudson.model.Descriptor |
---|
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PARAMETERNAME_ENABLED
public static final String PARAMETERNAME_PORT
public static final String PARAMETERNAME_PRESENCE
public static final String PARAMETERNAME_GROUP_NICKNAME
public static final String PARAMETERNAME_TARGETS
public static final String PARAMETERNAME_STRATEGY
public static final String PARAMETERNAME_NOTIFY_START
public static final String PARAMETERNAME_NOTIFY_SUSPECTS
public static final String PARAMETERNAME_NOTIFY_CULPRITS
public static final String PARAMETERNAME_NOTIFY_FIXERS
public static final String PARAMETERNAME_NOTIFY_UPSTREAM_COMMITTERS
public static final String PARAMETERNAME_INITIAL_GROUPCHATS
public static final String PARAMETERNAME_COMMAND_PREFIX
public static final String PARAMETERNAME_DEFAULT_ID_SUFFIX
public static final String PARAMETERNAME_HUDSON_LOGIN
public static final String PARAMETERNAME_HUDSON_PASSWORD
public static final String[] PARAMETERVALUE_STRATEGY_VALUES
public static final String PARAMETERVALUE_STRATEGY_DEFAULT
public static final String DEFAULT_COMMAND_PREFIX
Constructor Detail |
---|
public SkypePublisherDescriptor()
Method Detail |
---|
public void load()
load
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Publisher>
public String getPluginDescription()
getPluginDescription
in interface hudson.plugins.im.IMPublisherDescriptor
public boolean isEnabled()
isEnabled
in interface hudson.plugins.im.IMPublisherDescriptor
@Deprecated public String getHostname()
getHostname
in interface hudson.plugins.im.IMPublisherDescriptor
public String getSkypeId()
public String getPassword()
getPassword
in interface hudson.plugins.im.IMPublisherDescriptor
public String getGroupChatNickname()
public int getPort()
getPort
in interface hudson.plugins.im.IMPublisherDescriptor
public String getPortString()
public boolean isEnableSASL()
public boolean isExposePresence()
isExposePresence
in interface hudson.plugins.im.IMPublisherDescriptor
public String getInitialGroupChats()
public String getDefaultIdSuffix()
getDefaultIdSuffix
in interface hudson.plugins.im.IMPublisherDescriptor
public String getCommandPrefix()
getCommandPrefix
in interface hudson.plugins.im.IMPublisherDescriptor
public SkypePublisher newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
SkypePublisher
from a submitted form.
newInstance
in class hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.model.Descriptor.FormException
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Publisher>
hudson.model.Descriptor.FormException
public hudson.util.FormValidation doServerCheck(@QueryParameter String hostname, @QueryParameter String port)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
public String getUserName()
getUserName
in interface hudson.plugins.im.IMPublisherDescriptor
public String getHudsonPassword()
getHudsonPassword
in interface hudson.plugins.im.IMPublisherDescriptor
public String getHudsonUserName()
getHudsonUserName
in interface hudson.plugins.im.IMPublisherDescriptor
public hudson.plugins.im.IMMessageTargetConverter getIMMessageTargetConverter()
getIMMessageTargetConverter
in interface hudson.plugins.im.IMPublisherDescriptor
public List<hudson.plugins.im.IMMessageTarget> getDefaultTargets()
getDefaultTargets
in interface hudson.plugins.im.IMPublisherDescriptor
public String getHost()
getHost
in interface hudson.plugins.im.IMPublisherDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |