A B C D E F G H I J L M N O P R S T U V W

A

AbstractConnectorListener - Class in com.skype.connector
Abstract basis for all platform dependant connectorLinstener implementations.
AbstractConnectorListener() - Constructor for class com.skype.connector.AbstractConnectorListener
 
AbstractVoiceMailListener - Class in com.skype
Empty implementation of VoiceMailListener to overide and use as a listener.
AbstractVoiceMailListener() - Constructor for class com.skype.AbstractVoiceMailListener
 
addApplication(String) - Static method in class com.skype.SkypeImpl
Add an AP2AP capable application.
addApplicationListener(ApplicationListener) - Method in class com.skype.Application
Add a listener for events to this AP2AP implementation.
addCallListener(CallListener) - Static method in class com.skype.SkypeImpl
Add a listener for CALL events received from the Skype API.
addCallStatusChangedListener(CallStatusChangedListener) - Method in class com.skype.Call
Add a listener for the Status field.
addChatMessageListener(ChatMessageListener) - Static method in class com.skype.SkypeImpl
Add a listener for CHATMESSAGE events received from the Skype API.
addConnectorListener(ConnectorListener) - Method in class com.skype.connector.Connector
Adds the specified listener to this connector.
addConnectorListener(ConnectorListener, boolean) - Method in class com.skype.connector.Connector
Adds the specified listener to this connector.
addConnectorListener(ConnectorListener, boolean, boolean) - Method in class com.skype.connector.Connector
Adds the specified listener to this connector.
addEventMessage(String) - Static method in class com.skype.SkypeClient
 
addEventMessage(String, String) - Static method in class com.skype.SkypeClient
 
addEventMessageListener(EventMessageListener) - Method in class com.skype.EventMessage
 
addFriend(User, String) - Method in class com.skype.ContactList
Add user to contactlist.
addFriend(String, String) - Method in class com.skype.ContactList
Add user to contactlist.
addFriend(Friend) - Method in class com.skype.Group
Add friend to this GROUP.
addGroup(String) - Method in class com.skype.ContactList
Add group to contactlist.
addMenuItem(MenuItem.Context, String, String, File, boolean, String, boolean) - Static method in class com.skype.SkypeClient
 
addMenuItemListener(MenuItemListener) - Method in class com.skype.MenuItem
 
addMessageListener(IMMessageListener) - Method in class hudson.plugins.skype.im.transport.SkypeChat
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.skype.Profile
Adds a PropertyChangeListener to this user.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.skype.User
Adds a PropertyChangeListener to this user.
addPSTN(String) - Method in class com.skype.Group
Add a regular phonenumber (PSTN) to this group.
addRecorder(Recorder) - Method in class com.skype.connector.test.TestConnector
 
addStreamListener(StreamListener) - Method in class com.skype.Stream
Add a listener to this AP2AP Stream.
addUser(User) - Method in class com.skype.Chat
Add a User to this CHAT.
addUsers(User[]) - Method in class com.skype.Chat
Add several users to this CHAT.
addVoiceMailListener(VoiceMailListener) - Static method in class com.skype.SkypeImpl
Adds a listener for voice mail events received from the Skype API.
addVoiceMailStatusChangedListener(VoiceMailStatusChangedListener) - Method in class com.skype.VoiceMail
Adds a listener for the status changed event.
answer() - Method in class com.skype.Call
Answer a ringing CALL.
Application - Class in com.skype
Implements the AP2AP API.
ApplicationAdapter - Class in com.skype
Use this class to implement event triggers for AP2AP connections.
ApplicationAdapter() - Constructor for class com.skype.ApplicationAdapter
 
ApplicationListener - Interface in com.skype
Listener used for the Application class.
askForAuthorization(String) - Method in class com.skype.User
 

B

BotCommandCallable - Class in hudson.plugins.skype.im.transport.callables
 
BotCommandCallable(Chat, ChatMessage) - Constructor for class hudson.plugins.skype.im.transport.callables.BotCommandCallable
 

C

Call - Class in com.skype
This class implements all features of the SKYPE CALL protocol.
call(String...) - Static method in class com.skype.SkypeImpl
Make a Skype CALL to multiple users.
call(String) - Static method in class com.skype.SkypeImpl
Make a Skype CALL to one single Skype user.
call() - Method in class com.skype.User
Start a call to this User.
call() - Method in class hudson.plugins.skype.im.transport.callables.BotCommandCallable
 
call() - Method in class hudson.plugins.skype.im.transport.callables.SkypeChatCallable
 
call() - Method in class hudson.plugins.skype.im.transport.callables.SkypeGroupChatCallable
 
call() - Method in class hudson.plugins.skype.im.transport.callables.SkypeMoodCallable
 
call() - Method in class hudson.plugins.skype.im.transport.callables.SkypeSetupCallable
 
call() - Method in class hudson.plugins.skype.im.transport.callables.SkypeVerifyUserCallable
 
Call.DTMF - Enum in com.skype
Enumeration of DTMF types.
Call.Status - Enum in com.skype
Enumeration of call status types.
Call.Type - Enum in com.skype
Enumeration of CALL types.
Call.VideoStatus - Enum in com.skype
Enumeration of video status types.
CallAdapter - Class in com.skype
Empty implementation of CallListener to overide and use as a listener.
CallAdapter() - Constructor for class com.skype.CallAdapter
 
CallListener - Interface in com.skype
Listener interface for the CALL object.
callMaked(Call) - Method in class com.skype.CallAdapter
This method is called when a new CALL is started.
callMaked(Call) - Method in interface com.skype.CallListener
Called when a new CALL is started.
callReceived(Call) - Method in class com.skype.CallAdapter
This method will be triggered when a CALL is received.
callReceived(Call) - Method in interface com.skype.CallListener
Called when a CALL is received.
CallStatusChangedListener - Interface in com.skype
Listener interface for CALL objects status changed events.
cancel() - Method in class com.skype.Call
Cancel a CALL.
canDoSkypeIn() - Method in class com.skype.Profile
Indicates whether the current user can do SkypeIn.
canDoSkypeOut() - Method in class com.skype.Profile
Indicates whether the current user can do SkypeOut.
canDoVoiceMail() - Method in class com.skype.Profile
Indicates whether the current user can do VoiceMail.
canLeaveVoiceMail() - Method in class com.skype.User
Indicates whether the current user can leave voice mails to this user.
canTransferTo(String) - Method in class com.skype.Call
 
changeFriendDisplayName(Friend, String) - Method in class com.skype.Group
changes the display name for a contact.
changePSTNDisplayName(String, String) - Method in class com.skype.Group
changes the display name for a contact.
Chat - Class in com.skype
object representing Skype CHAT object.
chat(String[]) - Static method in class com.skype.SkypeImpl
Start a chat with multiple Skype users.
chat(String) - Static method in class com.skype.SkypeImpl
Start a chat with a single Skype user.
chat() - Method in class com.skype.User
Start a chat to this User.
Chat.Status - Enum in com.skype
Enumeration of the status of CHAT object.
ChatMessage - Class in com.skype
This class implements Skype CHATMESSAGE object.
ChatMessage.LeaveReason - Enum in com.skype
Enumeration for LeaveReason.
ChatMessage.Status - Enum in com.skype
Enumeration for STATUS of CHATMESSAGE.
ChatMessage.Type - Enum in com.skype
Enumeration for type.
ChatMessageAdapter - Class in com.skype
Implementation of the ChatMessageListener.
ChatMessageAdapter() - Constructor for class com.skype.ChatMessageAdapter
 
ChatMessageListener - Interface in com.skype
This is the listener for the ChatMessage object.
chatMessageReceived(ChatMessage) - Method in class com.skype.ChatMessageAdapter
This method is called when a chatmessage is received.
chatMessageReceived(ChatMessage) - Method in interface com.skype.ChatMessageListener
This method is called when a ChatMessage is received.
chatMessageReceived(ChatMessage) - Method in class hudson.plugins.skype.im.transport.SkypeMessageListenerAdapter
 
chatMessageSent(ChatMessage) - Method in class com.skype.ChatMessageAdapter
This method is called when a chatmessage us sent.
chatMessageSent(ChatMessage) - Method in interface com.skype.ChatMessageListener
This method is called when a chat message is sent.
chatMessageSent(ChatMessage) - Method in class hudson.plugins.skype.im.transport.SkypeMessageListenerAdapter
 
checkLibraryInPath(String) - Static method in class com.skype.connector.ConnectorUtils
Check if a lib file is to be found by the JVM.
checkNotNull(String, Object) - Static method in class com.skype.connector.ConnectorUtils
Check an object if its not null.
clearCallHistory() - Static method in class com.skype.SkypeImpl
Clears all call history.
clearChatHistory() - Static method in class com.skype.SkypeImpl
Clears all chat history.
clearFileCaptureMic() - Method in class com.skype.Call
 
clearFileInput() - Method in class com.skype.Call
 
clearFileOutput() - Method in class com.skype.Call
 
clearPlayer() - Method in class com.skype.connector.test.TestConnector
 
clearPortCaptureMic() - Method in class com.skype.Call
 
clearPortInput() - Method in class com.skype.Call
 
clearPortOutput() - Method in class com.skype.Call
 
clearVoiceMailHistory() - Static method in class com.skype.SkypeImpl
Clears all voice mail history.
close() - Method in class com.skype.connector.test.CSVRecorder
 
com.skype - package com.skype
<#if locale="ja"> <#else> Provides the classes for Skype API
com.skype.connector - package com.skype.connector
Provides the classes for the connector
com.skype.connector.linux - package com.skype.connector.linux
Provides the connector for Linux
com.skype.connector.osx - package com.skype.connector.osx
Provides the connector for Max OS X
com.skype.connector.test - package com.skype.connector.test
Provides the connector for testing
com.skype.connector.win32 - package com.skype.connector.win32
Provides the connector for Windows by JNI
com.skype.connector.windows - package com.skype.connector.windows
Provides the connector for Windows by SWT
CommandFailedException - Exception in com.skype
This exception is used for commands that get a ERROR reply.
configure(StaplerRequest, JSONObject) - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
connect(Friend...) - Method in class com.skype.Application
Setup an AP2AP connection with a Friend.
connect(String...) - Method in class com.skype.Application
Setup an AP2AP connection with members.
connect() - Method in class com.skype.connector.Connector
Tries to connect this connector to the Skype client.
connect(int) - Method in class com.skype.connector.Connector
Tries to connect this connector to the Skype client on the platform mechanism.
connect(int) - Method in class com.skype.connector.linux.LinuxConnector
Connects to Skype client.
connect(int) - Method in class com.skype.connector.osx.OSXConnector
Connects to Skype client.
connect(int) - Method in class com.skype.connector.test.TestConnector
 
connect(int) - Method in class com.skype.connector.win32.Win32Connector
Connect to Skype client.
connect(int) - Method in class com.skype.connector.windows.WindowsConnector
Implementation of the connect method for this connector.
connected(Stream) - Method in class com.skype.ApplicationAdapter
Implement this method to get triggered on AP2AP connected events.
connected(Stream) - Method in interface com.skype.ApplicationListener
Called when a AP2AP stream is connected.
Connector - Class in com.skype.connector
Base class for all platform specific connectors.
Connector() - Constructor for class com.skype.connector.Connector
Because this object should be a singleton the constructor is protected.
Connector.Status - Enum in com.skype.connector
Enumeration of the connector status.
ConnectorException - Exception in com.skype.connector
Exception class which connectors can throw.
ConnectorException() - Constructor for exception com.skype.connector.ConnectorException
Constructor.
ConnectorException(String) - Constructor for exception com.skype.connector.ConnectorException
Constructor with message.
ConnectorException(String, Throwable) - Constructor for exception com.skype.connector.ConnectorException
Constructor with message and cause.
ConnectorListener - Interface in com.skype.connector
Connector event listener interface.
ConnectorMessageEvent - Class in com.skype.connector
Event object a connector will use when it fires a message received or sent event.
ConnectorStatusEvent - Class in com.skype.connector
This event will be raised when the connector instance has a change in status.
ConnectorUtils - Class in com.skype.connector
Connector helper class.
connectToAll() - Method in class com.skype.Application
Find connetable users.
ContactList - Class in com.skype
This object can be used for all actions normal to a contactlist, like searching users and friends.
CSVPlayer - Class in com.skype.connector.test
 
CSVPlayer(String) - Constructor for class com.skype.connector.test.CSVPlayer
 
CSVPlayer(File) - Constructor for class com.skype.connector.test.CSVPlayer
 
CSVRecorder - Class in com.skype.connector.test
 
CSVRecorder(String) - Constructor for class com.skype.connector.test.CSVRecorder
 
CSVRecorder(File) - Constructor for class com.skype.connector.test.CSVRecorder
 
CSVRecorder(Writer) - Constructor for class com.skype.connector.test.CSVRecorder
 

D

datagramReceived(String) - Method in class com.skype.StreamAdapter
Overwrite this method to get triggered for each datagram message.
datagramReceived(String) - Method in interface com.skype.StreamListener
This method will be fired when a datagram message is received.
DEFAULT_COMMAND_PREFIX - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
delete() - Method in class com.skype.SMS
Delete this SMS message.
deleteDir(File) - Static method in class com.skype.connector.ConnectorUtils
Deletes all files and subdirectories under dir.
DESCRIPTOR - Static variable in class hudson.plugins.skype.im.transport.SkypePublisher
 
DESCRIPTOR - Static variable in class hudson.plugins.skype.user.SkypeUserProperty
 
destory() - Method in class com.skype.connector.test.CSVPlayer
 
destory() - Method in class com.skype.connector.test.Player
 
disableSkypeEventLoop() - Static method in class com.skype.connector.osx.OSXConnector
 
disconnect() - Method in class com.skype.Stream
Disconenct this Stream and close the AP2AP connection.
disconnected(Stream) - Method in class com.skype.ApplicationAdapter
Implement this method to get triggered on AP2AP disconnected events.
disconnected(Stream) - Method in interface com.skype.ApplicationListener
Called when a AP2AP stream gets disconnected.
dispose() - Method in class com.skype.connector.Connector
Disconnects from the Skype client and clean up the resources.
dispose() - Method in class com.skype.EventMessage
 
dispose() - Method in class com.skype.Group
Remove this GROUP.
dispose() - Method in class com.skype.MenuItem
 
dispose() - Method in class com.skype.VoiceMail
Deletes this VoiceMail object.
disposeImpl() - Method in class com.skype.connector.Connector
Disconnects from the Skype client and clean up the resources of the platfrom.
disposeImpl() - Method in class com.skype.connector.linux.LinuxConnector
Cleans up the connector and the native library.
disposeImpl() - Method in class com.skype.connector.osx.OSXConnector
Cleans up the connector and the native library.
disposeImpl() - Method in class com.skype.connector.test.TestConnector
 
disposeImpl() - Method in class com.skype.connector.win32.Win32Connector
Clean up the connector and the native lib.
disposeImpl() - Method in class com.skype.connector.windows.WindowsConnector
Clean up and disconnect.
doServerCheck(String, String) - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
Validates the connection information.
download() - Method in class com.skype.VoiceMail
Downloads the playback of this VoiceMail object.

E

equals(Object) - Method in class com.skype.Call
Implement a equals check method.
equals(Object) - Method in class com.skype.Chat
Implement a equals check for CHAT objects based on their ID's.
equals(Object) - Method in class com.skype.ChatMessage
Compare two object to check equalness.
equals(Object) - Method in class com.skype.EventMessage
 
equals(Object) - Method in class com.skype.Group
Compare an other GROUP with this one based in their ID's.
equals(Object) - Method in class com.skype.MenuItem
 
equals(Object) - Method in class com.skype.Profile.CallForwardingRule
equals(Object) - Method in class com.skype.SMS
Overridden to compare ID of SMS objects.
equals(Object) - Method in class com.skype.SMS.TargetStatus
Compare based on the ID numbers and not Objects or references.
equals(Object) - Method in class com.skype.Stream
Overridden to compare Stream objects based on ID.
equals(Object) - Method in class com.skype.User
Overridden to compare User obejct based on ID.
equals(Object) - Method in class com.skype.VoiceMail
Indicates whether some other object is "equal to" this VoiceMail object.
EventMessage - Class in com.skype
 
eventMessageClicked() - Method in interface com.skype.EventMessageListener
 
EventMessageListener - Interface in com.skype
 
execute(String, MessageProcessor) - Method in class com.skype.connector.Connector
Deprecated. 
execute(String) - Method in class com.skype.connector.Connector
Executes the specified command and gets the response.
execute(String, String) - Method in class com.skype.connector.Connector
Executes the specified command and gets the response.
execute(String, String[]) - Method in class com.skype.connector.Connector
Executes the specified command and gets the response.
execute(String, String[], boolean) - Method in class com.skype.connector.Connector
Executes the specified command and gets the response.
executeWithId(String, String) - Method in class com.skype.connector.Connector
Executes the specified command and gets the response using a command ID.
executeWithoutTimeout(String, String) - Method in class com.skype.connector.Connector
Executes the specified command and waits for the response without timeout.
extractFromJar(String, String) - Static method in class com.skype.connector.ConnectorUtils
Extract a file for a jarfile on the classpath.
extractFromJar(String, String, String) - Static method in class com.skype.connector.ConnectorUtils
Extract a file from a jarfile on the classpath.
extractFromJarToTemp(String) - Static method in class com.skype.connector.ConnectorUtils
Extract a file for a jarfile on the classpath.

F

finish() - Method in class com.skype.Application
Finishes this application with disconnecting all streams.
finish() - Method in class com.skype.Call
End a CALL.
fireMessageReceived(String) - Method in class com.skype.connector.Connector
Fires a message received event.
forward() - Method in class com.skype.Call
Forward a ringing CALL to profile forwarding rule.
Friend - Class in com.skype
Implementation of a special USER, one that is authorized and on the contactlist.

G

getAbout() - Method in class com.skype.User
Deprecated. 
getAdder() - Method in class com.skype.Chat
Return user who added the current user to chat.
getAllActiveCalls() - Static method in class com.skype.SkypeImpl
Gets all the active calls visible on calltabs.
getAllActiveChats() - Static method in class com.skype.SkypeImpl
Gets the all chats which are open in the windows.
getAllActiveMembers() - Method in class com.skype.Chat
Return all active members of CHAT.
getAllBookmarkedChats() - Static method in class com.skype.SkypeImpl
Gets the all bookmarked chats.
getAllCallForwardingRules() - Method in class com.skype.Profile
Gets the all call forwarding rules of the current user.
getAllCalls() - Method in class com.skype.User
Search all calls to and from this User.
getAllChatMessages() - Method in class com.skype.Chat
Return all messages posted in this CHAT.
getAllChatMessages() - Method in class com.skype.User
Search for all chatMessages to and from this User.
getAllChats() - Static method in class com.skype.SkypeImpl
Gets the all chats.
getAllConnectableFriends() - Method in class com.skype.Application
Find user to whom Skype can connect using AP2AP.
getAllConnectedFriends() - Method in class com.skype.Application
Find all user with whom we have a established AP2AP connection.
getAllConnectingFriends() - Method in class com.skype.Application
Find all users to whom SKype is connecting a AP2AP connection.
getAllContentChunks() - Method in class com.skype.SMS
When an SMS message is too large it is split up in multiple SMS messages.
getAllFriends() - Method in class com.skype.ContactList
Get all authorized users.
getAllFriends() - Method in class com.skype.Group
Return all authorized users.
getAllGroups() - Method in class com.skype.ContactList
Search for CUSTOM groups.
getAllLauguages() - Method in class com.skype.Profile
Deprecated. 
getAllMembers() - Method in class com.skype.Chat
Return all users in this CHAT.
getAllMissedChats() - Static method in class com.skype.SkypeImpl
Gets the all chats which include unread messages
getAllMissedSMSs() - Method in class com.skype.SkypeImpl
Find all missed SMS messages.
getAllowedDuration() - Method in class com.skype.VoiceMail
Returns the maximum duration of this VoiceMail object in seconds allowed to leave to partner.
getAllPosters() - Method in class com.skype.Chat
Return all chatting members on this CHAT.
getAllReceivedFriends() - Method in class com.skype.Application
Find all users which we have received data from using an AP2AP connection.
getAllRecentChats() - Static method in class com.skype.SkypeImpl
Gets the all recent chats in the locally-cached history.
getAllSendingFriends() - Method in class com.skype.Application
Find all user to whom we are sending data using a AP2AP connection.
getAllSMSs() - Method in class com.skype.SkypeImpl
Find all SMS messages.
getAllStreams(Friend...) - Method in class com.skype.Application
Gets all connected streams by Friend instances.
getAllStreams(String...) - Method in class com.skype.Application
Gets connected streams by Skype IDs.
getAllStreams() - Method in class com.skype.Application
Gets all connected streams.
getAllSystemGroups() - Method in class com.skype.ContactList
Search for HARDWIRED groups.
getAllTargetNumbers() - Method in class com.skype.SMS
Return an array of phonenumbers to send this SMS to.
getAllTargetStatuses() - Method in class com.skype.SMS
Return an array of Status for each target phone number.
getAllUsers() - Method in class com.skype.ChatMessage
Return all users added to CHAT.
getAllUserWaitingForAuthorization() - Method in class com.skype.ContactList
Get all users waiting for AUTHORIZATION.
getAllValidSMSNumbers() - Method in class com.skype.Profile
Return all the valid SMS numbers.
getAllVoiceMails() - Static method in class com.skype.SkypeImpl
Gets the all voice mails.
getApplication() - Method in class com.skype.Stream
Return the application this stream belongs to.
getApplicationName() - Method in class com.skype.connector.Connector
Gets the application name used to get the access grant of Skype API.
getAudioInputDevice() - Static method in class com.skype.SkypeImpl
Gets the current audio input device of this Skype.
getAudioOutputDevice() - Static method in class com.skype.SkypeImpl
Gets the current audio output device of this Skype.
getAvatar() - Method in class com.skype.Profile
Gets the avatar of the current user.
getAvatar() - Method in class com.skype.User
Gets the avatar of this user.
getBirthDay() - Method in class com.skype.Profile
Gets the birth day of the current user.
getBirthDay() - Method in class com.skype.User
Return the birthdate of this User.
getBuddyStatus() - Method in class com.skype.User
Returns the buddy status of this user.
getCaption() - Method in class com.skype.EventMessage
 
getCaption() - Method in class com.skype.MenuItem
 
getChat() - Method in class com.skype.ChatMessage
Get the parent CHAT object for this CHATMESSAGE.
getCity() - Method in class com.skype.Profile
Gets the city of the current user.
getCity() - Method in class com.skype.User
Return the city this User is based in.
getCode() - Method in exception com.skype.CommandFailedException
returns the error code.
getCommandPrefix() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getCommandTimeout() - Method in class com.skype.connector.Connector
Gets the command reply timeout of this connector.
getConferenceId() - Method in class com.skype.Call
Return the conference ID of this CALL.
getConfiguredIMId(User) - Method in class hudson.plugins.skype.im.transport.SkypePublisher
 
getConnectTimeout() - Method in class com.skype.connector.Connector
Gets the connect timeout of this connector.
getContactList() - Static method in class com.skype.SkypeImpl
Get the contactlist instance of this Skype session.
getContent() - Method in class com.skype.ChatMessage
Get the content of this CHATMESSAGE.
getContent() - Method in class com.skype.SMS
Return the body of this SMS message.
getContext() - Method in class com.skype.MenuItem
 
getContext() - Method in class com.skype.MenuItemClickEvent
 
getContextIds() - Method in class com.skype.MenuItemClickEvent
 
getCountry() - Method in class com.skype.Profile
Gets the country of the current user.
getCountry() - Method in class com.skype.User
Return the country the User is based.
getCountryByISOCode() - Method in class com.skype.Profile
Gets the country of the current user by the ISO code.
getCountryByISOCode() - Method in class com.skype.User
Return the country by ISO code the User is based.
getCredit() - Method in class com.skype.Profile
Gets the credit of the current user.
getCreditCurrencyUnit() - Method in class com.skype.Profile
Gets the credit currency unit of the current user.
getCurrencyUnit() - Method in class com.skype.SMS
Return the costs currency.
getDebugOut() - Method in class com.skype.connector.Connector
Gets the debug output stream.
getDefaultIdSuffix() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getDefaultTargets() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getDescription() - Method in class com.skype.Chat
Get the topic name of this chat.
getDescriptor() - Method in class hudson.plugins.skype.im.transport.SkypePublisher
 
getDescriptor() - Method in class hudson.plugins.skype.user.SkypeUserProperty
 
getDisplayName() - Method in class com.skype.Group
Return the displayname of this GROUP.
getDisplayName() - Method in class com.skype.User
Return the displayname of this User.
getDisplayName() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
This human readable name is used in the configuration screen.
getDisplayName() - Method in class hudson.plugins.skype.user.SkypeUserPropertyDescriptor
 
getDuration() - Method in class com.skype.Call
Return the duration of this CALL.
getDuration() - Method in class com.skype.VoiceMail
Returns the duration of this VoiceMail object in seconds.
getEndSecond() - Method in class com.skype.Profile.CallForwardingRule
Gets the time in seconds when ringing to this number/user ends.
getErrorCode() - Method in class com.skype.Call
Return the reason of failure.
getFailureReason() - Method in class com.skype.SMS
Return the failure reason of sending this SMS.
getFailureReason() - Method in class com.skype.VoiceMail
Returns the failure reason of this VoiceMail object.
getFriend(String) - Method in class com.skype.ContactList
Get the Friend object for one of the authorized users.
getFriend() - Method in class com.skype.Stream
Return the User which is on the other end of this Stream.
getFullName() - Method in class com.skype.Profile
Gets the full name of the current user.
getFullName() - Method in class com.skype.User
Return full name of this User.
getGroup(String) - Method in class com.skype.ContactList
Search for group with displayname.
getGroupChatNickname() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getHandle() - Method in class com.skype.User
Return the handle of this user
getHint() - Method in class com.skype.EventMessage
 
getHint() - Method in class com.skype.MenuItem
 
getHomePageAddress() - Method in class com.skype.Profile
Deprecated. 
getHomePageAddress() - Method in class com.skype.User
Return the homepage URL of this User.
getHomePhone() - Method in class com.skype.User
Deprecated. 
getHomePhoneNumber() - Method in class com.skype.Profile
Gets the home phone number of the current user.
getHomePhoneNumber() - Method in class com.skype.User
Return the home phone number that is in the User profile.
getHost() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getHostname() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
Deprecated. 
getHudsonPassword() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getHudsonUserName() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getIconFile() - Method in class com.skype.MenuItem
 
getId() - Method in class com.skype.Call
Return the ID of the CALL object.
getId() - Method in class com.skype.Chat
Return the ID of this CHAT object.
getId() - Method in class com.skype.ChatMessage
Return CHATMESSAGE ID.
getId() - Method in class com.skype.Group
Return the value of ID of this GROUP.
getId() - Method in class com.skype.Profile
Gets the Skype ID (username) of the current user.
getId() - Method in class com.skype.SMS
Return the unique ID of this SMS object.
getId() - Method in class com.skype.Stream
Return ID of this Stream.
getId() - Method in class com.skype.User
Return ID of this User.
getId() - Method in class com.skype.VoiceMail
Returns the ID of this VoiceMail object.
getIMConnection() - Method in class hudson.plugins.skype.im.transport.SkypePublisher
 
getIMId(String) - Method in class hudson.plugins.skype.im.transport.SkypeChat
 
getIMMessageTargetConverter() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getInitialGroupChats() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
Gets the whitespace separated list of group chats to join, or null if nothing is configured.
getInstalledPath() - Method in class com.skype.connector.Connector
Try to get the absolute path to the skype client.
getInstalledPath() - Method in class com.skype.connector.linux.LinuxConnector
Gets the absolute path of Skype.
getInstalledPath() - Method in class com.skype.connector.osx.OSXConnector
Gets the absolute path of Skype.
getInstalledPath() - Method in class com.skype.connector.win32.Win32Connector
Return the path of Skype.exe.
getInstalledPath() - Method in class com.skype.connector.windows.WindowsConnector
Returns the location of Skype.exe file from the MS Windows registry (implicit it check if Skype is installed or not).
getInstalledPath() - Static method in class com.skype.SkypeImpl
Find the install path of the Skype client.
getInstance() - Static method in class com.skype.connector.Connector
Initializes a platform specific connection.
getInstance() - Static method in class com.skype.connector.linux.LinuxConnector
Get singleton instance.
getInstance() - Static method in class com.skype.connector.osx.OSXConnector
Get singleton instance.
getInstance() - Static method in class com.skype.connector.test.TestConnector
 
getInstance() - Static method in class com.skype.connector.win32.Win32Connector
Get singleton instance.
getInstance() - Static method in class com.skype.connector.windows.WindowsConnector
Gets the singleton instance of the WindowsConnector class.
getInstance(String) - Static method in class com.skype.User
Returns the User object by the specified id.
getIntroduction() - Method in class com.skype.Profile
Gets the introduction of the current user.
getIntroduction() - Method in class com.skype.User
Returns introduction User has provided in his/her profile.
getIPCountryByISOCode() - Method in class com.skype.Profile
Gets the IP country of the current user by the ISO code.
getLanguage() - Method in class com.skype.User
Return the native language of this User.
getLanguageByISOCode() - Method in class com.skype.Profile
Get the language by ISO code of the current user.
getLanguageByISOCode() - Method in class com.skype.User
Return the native language by ISO code of this User.
getLastOnlineTime() - Method in class com.skype.User
Return last online time (UNIX timestamp).
getLauguage() - Method in class com.skype.User
Deprecated. 
getLeaveReason() - Method in class com.skype.ChatMessage
Get the leave reason.
getMainWindowState() - Static method in class com.skype.SkypeClient
 
getMenuItem() - Method in class com.skype.MenuItemClickEvent
 
getMessage() - Method in exception com.skype.CommandFailedException
Returns the humanreadible error message.
getMessage() - Method in class com.skype.connector.ConnectorMessageEvent
Get the message of this event.
getMessage() - Method in class com.skype.connector.test.PlayerMessage
 
getMobilePhone() - Method in class com.skype.User
Deprecated. 
getMobilePhoneNumber() - Method in class com.skype.Profile
Gets the mobile phone number of the current user.
getMobilePhoneNumber() - Method in class com.skype.User
Return the mobile phone number of this User.
getMoodMessage() - Method in class com.skype.Profile
Gets the mood message of the current user.
getMoodMessage() - Method in class com.skype.User
Return the mood message of this user.
getName() - Method in class com.skype.Application
Return the application name.
getNextMessage() - Method in class com.skype.connector.test.CSVPlayer
 
getNextMessage() - Method in class com.skype.connector.test.Player
 
getNickName(String) - Method in class hudson.plugins.skype.im.transport.SkypeChat
 
getNumber() - Method in class com.skype.SMS.TargetStatus
Return the ID of this target status.
getOfficePhone() - Method in class com.skype.User
Deprecated. 
getOfficePhoneNumber() - Method in class com.skype.Profile
Gets the office phone number of the current user.
getOfficePhoneNumber() - Method in class com.skype.User
Return the office phone number that is in the User profile.
getOnlineStatus() - Method in class com.skype.User
Deprecated. 
getParticipantsCount() - Method in class com.skype.Call
 
getPartner() - Method in class com.skype.Call
Return the Skype user who is the partner in this CALL.
getPartner() - Method in class com.skype.VoiceMail
Returns the Skype user who is the partner in this voice mail.
getPartnerDisplayName() - Method in class com.skype.Call
Return the DISPLAYNAME of the other user in this CALL.
getPartnerDisplayName() - Method in class com.skype.VoiceMail
Returns the display name of the Skype user who is the partner in this voice mail.
getPartnerId() - Method in class com.skype.Call
Return the Skype handle of the other user in this CALL.
getPartnerId() - Method in class com.skype.VoiceMail
Returns the Skype ID who is the partner in this voice mail.
getPassword() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getPluginDescription() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getPluginName() - Method in class hudson.plugins.skype.im.transport.SkypePublisher
 
getPort() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
getPortString() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
Returns the text to be put into the form field.
getPrice() - Method in class com.skype.SMS
Return the costs of this SMS to send.
getProfile() - Static method in class com.skype.SkypeImpl
Get the singleton instance of the users profile.
getProvince() - Method in class com.skype.Profile
Gets the province of the current user.
getProvince() - Method in class com.skype.User
Return the province the user is based.
getPSTNBalance() - Method in class com.skype.Profile
Deprecated. 
getPSTNBalanceCurrencyUnit() - Method in class com.skype.Profile
Deprecated. 
getReceiveVideoStatus() - Method in class com.skype.Call
Return the status of receiving video with this CALL.
getRecentChatMessages() - Method in class com.skype.Chat
Get the most recent chatmessages for this CHAT.
getReplyToNumber() - Method in class com.skype.SMS
The phone number to reply to if an SMS is received.
getRequiredMonitorService() - Method in class hudson.plugins.skype.im.transport.SkypePublisher
 
getRichMoodMessage() - Method in class com.skype.Profile
Gets the rich mood message of the current user.
getSender() - Method in class com.skype.ChatMessage
Return the User who sended this CHATMESSAGE.
getSenderDisplayName() - Method in class com.skype.ChatMessage
Return the displayname of the sender of this CHATMESSAGE.
getSenderId() - Method in class com.skype.ChatMessage
Return the handle of the user who has sent this CHATMESSAGE.
getSendVideoStatus() - Method in class com.skype.Call
Return the status of sending video with this CALL.
getSex() - Method in class com.skype.Profile
Gets the sex of the current user.
getSex() - Method in class com.skype.User
Return the sex of this User.
getSkypeId() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
Returns the jabber ID.
getSkypeId() - Method in class hudson.plugins.skype.user.SkypeUserProperty
 
getSkypeIds() - Method in class com.skype.MenuItemClickEvent
 
getSpeedDial() - Method in class com.skype.User
Gets the speed dial of this user.
getSpeedDial(String) - Method in class com.skype.User
Sets the speed dial of this user.
getStartSecond() - Method in class com.skype.Profile.CallForwardingRule
Gets the time in seconds when connecting to this number/user starts.
getStartTime() - Method in class com.skype.Call
Get the starttime of this CALL object.
getStartTime() - Method in class com.skype.VoiceMail
Returns the start time of this VoiceMail object.
getStatus() - Method in class com.skype.Call
Return the current status of this CALL.
getStatus() - Method in class com.skype.Chat
Return the status of this CHAT.
getStatus() - Method in class com.skype.ChatMessage
Get the status of this CHATMESSAGE.
getStatus() - Method in class com.skype.connector.Connector
Gets the status of this connector.
getStatus() - Method in class com.skype.connector.ConnectorStatusEvent
Return the new Status.
getStatus() - Method in exception com.skype.connector.NotAttachedException
Return the status at the moment of the exception.
getStatus() - Method in class com.skype.Profile
Gets the online status of the current user.
getStatus() - Method in class com.skype.SMS
Return the status of this SMS message.
getStatus() - Method in class com.skype.SMS.TargetStatus
Return the status of this target status.
getStatus() - Method in class com.skype.User
Return the online status of this User.
getStatus() - Method in class com.skype.VoiceMail
Returns the current status of this VoiceMail object.
getStringProperty(String) - Method in class com.skype.connector.Connector
Gets the specified property value.
getSystemGroup(Group.Type) - Method in class com.skype.ContactList
Search for a group based on it's type.
getTarget() - Method in class com.skype.Profile.CallForwardingRule
Gets the target Skype username to forward calls to, or the PSTN number to forward a call.
getTargets() - Method in class hudson.plugins.skype.im.transport.SkypePublisher
 
getTargetSkypeId() - Method in class com.skype.MenuItem
 
getTime() - Method in class com.skype.Chat
Return the timestamp of this CHAT.
getTime() - Method in class com.skype.ChatMessage
Return time when message was sent (UNIX timestamp).
getTime() - Method in class com.skype.connector.test.PlayerMessage
 
getTime() - Method in class com.skype.SMS
Return the timestamp of this SMS.
getTimeZone() - Method in class com.skype.Profile
Gets the time zone of the current user.
getTimeZone() - Method in class com.skype.User
Gets the time zone of the current user.
getType() - Method in class com.skype.Call
Return the type of this call.
getType() - Method in class com.skype.ChatMessage
Get the type of this CHATMESSAGE.
getType() - Method in class com.skype.connector.test.PlayerMessage
 
getType() - Method in class com.skype.Group
Get the type of this GROUP.
getType() - Method in class com.skype.SMS
Return the type of this SMS message.
getType() - Method in class com.skype.VoiceMail
Returns the type of this VoiceMail object.
getUILanguageByISOCode() - Static method in class com.skype.SkypeClient
 
getUser(String) - Static method in class com.skype.SkypeImpl
Return User based on ID.
getUserName() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
Returns the skypeid.
getVersion() - Static method in class com.skype.SkypeImpl
Return the version of the Skype client (not this API).
getVideoDevice() - Static method in class com.skype.SkypeImpl
Get the current video input device used by the Skype Client.
getWaitTimeBeforeCallForwarding() - Method in class com.skype.Profile
Gets the wait time in seconds before starting a call forwarding.
getWallPaper() - Static method in class com.skype.SkypeClient
 
getWebSiteAddress() - Method in class com.skype.Profile
Gets the web site address of the current user.
getWindowTitle() - Method in class com.skype.Chat
Get the friendly name of this chat.
Group - Class in com.skype
Implementation of the SKYPE GROUP object.
Group.Type - Enum in com.skype
Enumeration of the type attribute.

H

hasFriend(Friend) - Method in class com.skype.Group
Check for any friends.
hashCode() - Method in class com.skype.Call
Use the CALL ID as the hashcode.
hashCode() - Method in class com.skype.Chat
Return the hashcode of this CHAT object.
hashCode() - Method in class com.skype.ChatMessage
Returns the hashcode for this object.
hashCode() - Method in class com.skype.EventMessage
 
hashCode() - Method in class com.skype.Group
Return the ID as an hashcode.
hashCode() - Method in class com.skype.MenuItem
 
hashCode() - Method in class com.skype.Profile.CallForwardingRule
hashCode() - Method in class com.skype.SMS
Overridden to use ID as the hashcode.
hashCode() - Method in class com.skype.SMS.TargetStatus
Overridden to provide ID number as hashcode.
hashCode() - Method in class com.skype.Stream
Overridden to use ID as hashcode.
hashCode() - Method in class com.skype.User
Overridden to provide ID as hashcode.
hashCode() - Method in class com.skype.VoiceMail
Returns the hash code value for this VoiceMail object.
hasNextMessage() - Method in class com.skype.connector.test.CSVPlayer
 
hasNextMessage() - Method in class com.skype.connector.test.Player
 
hideSkypeWindow() - Static method in class com.skype.SkypeClient
Remove focus on Skype client window, not any Java window.
hold() - Method in class com.skype.Call
Put this CALL on hold.
hudson.plugins.skype.im.transport - package hudson.plugins.skype.im.transport
 
hudson.plugins.skype.im.transport.callables - package hudson.plugins.skype.im.transport.callables
 
hudson.plugins.skype.user - package hudson.plugins.skype.user
 

I

init() - Method in class com.skype.connector.test.CSVPlayer
 
init() - Method in class com.skype.connector.test.Player
 
initialize() - Method in class com.skype.connector.Connector
Initializes this connector.
initializeImpl() - Method in class com.skype.connector.Connector
Initializes the platform specific resources.
initializeImpl() - Method in class com.skype.connector.linux.LinuxConnector
Initializes this connector.
initializeImpl() - Method in class com.skype.connector.osx.OSXConnector
Initializes this connector.
initializeImpl() - Method in class com.skype.connector.test.TestConnector
 
initializeImpl() - Method in class com.skype.connector.win32.Win32Connector
Initialize the connector.
initializeImpl() - Method in class com.skype.connector.windows.WindowsConnector
Initialize the connector.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
isAuthorized() - Method in class com.skype.User
Check if this User is authorized in your contactlist.
isBlocked() - Method in class com.skype.User
Check if this User is blocked in your contactlist.
isBookmarked() - Method in class com.skype.Chat
Indicates if this chat has been bookmarked.
isCallForwarding() - Method in class com.skype.Profile
Indicates whether the call forwarding function is on.
isCheckedFailure() - Method in class com.skype.SMS
Check if SMS is seen.
isEditable() - Method in class com.skype.ChatMessage
Indicates if the chat message is editable.
isEnabled() - Method in class com.skype.MenuItem
 
isEnabled() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
isEnableSASL() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
isExpanded() - Method in class com.skype.Group
Check if GROUP is expanded.
isExposePresence() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
isForwardingCalls() - Method in class com.skype.User
Indicates whether the current user is forwarding calls.
isInJar(String) - Static method in class com.skype.connector.ConnectorUtils
Search for a file in the jars of the classpath, return true if found.
isInstalled() - Static method in class com.skype.SkypeImpl
Check if Skype client is installed on this computer.
isMultipleContactsEnabled() - Method in class com.skype.MenuItem
 
isMultiUserChat() - Method in class hudson.plugins.skype.im.transport.SkypeChat
 
isReceiveVideoEnabled() - Method in class com.skype.Call
Check if video receiving is enabled for this CALL.
isRunning() - Method in class com.skype.connector.Connector
Checks if the Skype client is running or not.
isRunning() - Method in class com.skype.connector.linux.LinuxConnector
 
isRunning() - Method in class com.skype.connector.osx.OSXConnector
 
isRunning() - Method in class com.skype.connector.windows.WindowsConnector
Checks if the Skype client is running or not.
isRunning() - Static method in class com.skype.SkypeImpl
Check if Skype client is running.
isSendVideoEnabled() - Method in class com.skype.Call
Check if video sending is enabled for this CALL.
isTarget(String) - Method in interface com.skype.connector.NotificationChecker
 
isVideoCapable() - Method in class com.skype.Profile
Indicates whether the current user has a web camera.
isVideoCapable() - Method in class com.skype.User
Check if this User has a Skype client that can do video chats.
isVisible() - Method in class com.skype.Group
Check if GROUP is visible.

J

jni_onAttach(int) - Method in class com.skype.connector.win32.Win32Connector
Set the connector status.
jni_onSkypeMessage(String) - Method in class com.skype.connector.win32.Win32Connector
This method gets called when the native lib has a message received.

L

leave() - Method in class com.skype.Chat
Leave this CHAT.
LIBRARY_VERSION - Static variable in class com.skype.SkypeImpl
The library version.
LinuxConnector - Class in com.skype.connector.linux
Implementation of the connector for Linux
load() - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
loadLibrary(String) - Static method in class com.skype.connector.ConnectorUtils
 
LoadLibraryException - Exception in com.skype.connector
This exception will be thrown when loading a library failed.

M

main(String[]) - Static method in class com.skype.connector.test.TestConnector
 
MenuItem - Class in com.skype
 
MenuItem.Context - Enum in com.skype
 
menuItemClicked(MenuItemClickEvent) - Method in interface com.skype.MenuItemListener
 
MenuItemClickEvent - Class in com.skype
 
MenuItemListener - Interface in com.skype
 
message - Variable in class hudson.plugins.skype.im.transport.callables.SkypeChatCallable
 
MessageProcessor - Class in com.skype.connector
Deprecated. 
MessageProcessor() - Constructor for class com.skype.connector.MessageProcessor
Deprecated.  
messageReceived(ConnectorMessageEvent) - Method in class com.skype.connector.AbstractConnectorListener
This method gets fired when a Message is received.
messageReceived(ConnectorMessageEvent) - Method in interface com.skype.connector.ConnectorListener
This will be triggered when a connector has received a message.
messageReceived(String) - Method in class com.skype.connector.MessageProcessor
Deprecated.  
messageSent(ConnectorMessageEvent) - Method in class com.skype.connector.AbstractConnectorListener
This method gets fired when a message is being send.
messageSent(ConnectorMessageEvent) - Method in interface com.skype.connector.ConnectorListener
This will be triggered when a connector has send a message to a Skype Client.
MOOD_TEXT_PROPERTY - Static variable in class com.skype.Profile
Identifies the mood message property.
MOOD_TEXT_PROPERTY - Static variable in class com.skype.User
Identifies the mood message property.

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
Creates a new instance of SkypePublisher from a submitted form.
newInstance(User) - Method in class hudson.plugins.skype.user.SkypeUserPropertyDescriptor
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.skype.user.SkypeUserPropertyDescriptor
 
NotAttachedException - Exception in com.skype.connector
This exception will be thrown when a command is sent to a connector but when the connector isn't connected.
NotAttachedException - Exception in com.skype
Exception which is thrown when the connection the SKYPE Client isn't in place.
NotificationChecker - Interface in com.skype.connector
 

O

openAndStartPlayback() - Method in class com.skype.VoiceMail
Opens the Skype window and starts playing this VoiceMail object.
openVideoOptionsWindow() - Static method in class com.skype.SkypeClient
Open the Video options window of the Skype client.
openVideoTestWindow() - Static method in class com.skype.SkypeClient
Open the Test video dialog of the Skype client.
OSXConnector - Class in com.skype.connector.osx
Implementation of the connector for Mac OS X.

P

PARAMETERNAME_COMMAND_PREFIX - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_DEFAULT_ID_SUFFIX - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_ENABLED - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_GROUP_NICKNAME - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_HUDSON_LOGIN - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_HUDSON_PASSWORD - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_INITIAL_GROUPCHATS - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_JID - Static variable in class hudson.plugins.skype.user.SkypeUserPropertyDescriptor
 
PARAMETERNAME_NOTIFY_CULPRITS - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_NOTIFY_FIXERS - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_NOTIFY_START - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_NOTIFY_SUSPECTS - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_NOTIFY_UPSTREAM_COMMITTERS - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_PORT - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_PRESENCE - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_STRATEGY - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERNAME_TARGETS - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERVALUE_STRATEGY_DEFAULT - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
PARAMETERVALUE_STRATEGY_VALUES - Static variable in class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
Player - Class in com.skype.connector.test
 
Player() - Constructor for class com.skype.connector.test.Player
 
PlayerMessage - Class in com.skype.connector.test
 
PlayerMessage(PlayerMessage.Type, long, String) - Constructor for class com.skype.connector.test.PlayerMessage
 
PlayerMessage.Type - Enum in com.skype.connector.test
 
pressButton(SkypeClient.Button) - Static method in class com.skype.SkypeClient
Press a button in the Skype client window.
processedAllMessages() - Method in class com.skype.connector.MessageProcessor
Deprecated.  
Profile - Class in com.skype
The Profile class contains the current user's information.
Profile.CallForwardingRule - Class in com.skype
The CallForwardingRule class contains the information of a call forwarding rule.
Profile.CallForwardingRule(int, int, String) - Constructor for class com.skype.Profile.CallForwardingRule
Constructs a call forwarding rule.
Profile.Sex - Enum in com.skype
The Sex enum contains the sex constants of the current user.
Profile.Status - Enum in com.skype
The Status enum contains the online status constants of the current user.

R

Recorder - Class in com.skype.connector.test
 
Recorder() - Constructor for class com.skype.connector.test.Recorder
 
recordReceivedMessage(long, String) - Method in class com.skype.connector.test.CSVRecorder
 
recordReceivedMessage(long, String) - Method in class com.skype.connector.test.Recorder
 
recordSentMessage(long, String) - Method in class com.skype.connector.test.CSVRecorder
 
recordSentMessage(long, String) - Method in class com.skype.connector.test.Recorder
 
redirectToVoiceMail() - Method in class com.skype.Call
Redirect a ringing CALL to a voice mail.
releaseButton(SkypeClient.Button) - Static method in class com.skype.SkypeClient
Release a pressed button in the Skype client window.
releaseLock() - Method in class com.skype.connector.MessageProcessor
Deprecated.  
removeApplicationListener(ApplicationListener) - Method in class com.skype.Application
Remove a listener for this AP2AP implementation.
removeCallListener(CallListener) - Static method in class com.skype.SkypeImpl
Remove a listener for CALL events.
removeCallStatusChangedListener(CallStatusChangedListener) - Method in class com.skype.Call
Remove a listener to the status of this CALL object.
removeChatMessageListener(ChatMessageListener) - Static method in class com.skype.SkypeImpl
Remove a listener for CHATMESSAGE events.
removeConnectorListener(ConnectorListener) - Method in class com.skype.connector.Connector
Removes the specified listener from this connector.
removeEventMessage(EventMessage) - Static method in class com.skype.SkypeClient
 
removeEventMessageListener(EventMessageListener) - Method in class com.skype.EventMessage
 
removeFriend(Friend) - Method in class com.skype.ContactList
Removes friend from this contact list.
removeFriend(Friend) - Method in class com.skype.Group
Remove a friend from this GROUP.
removeGroup(Group) - Method in class com.skype.ContactList
Remove group from contactlist.
removeMenuItem(MenuItem) - Static method in class com.skype.SkypeClient
 
removeMenuItemListener(MenuItemListener) - Method in class com.skype.MenuItem
 
removeMessageListener(IMMessageListener) - Method in class hudson.plugins.skype.im.transport.SkypeChat
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.skype.Profile
Removes the PropertyChangeListener from this user.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.skype.User
Removes the PropertyChangeListener from this user.
removePSTN(String) - Method in class com.skype.Group
Remove a regular phonenumber (PSTN) from this group.
removeRecorder(Recorder) - Method in class com.skype.connector.test.TestConnector
 
removeStreamListener(StreamListener) - Method in class com.skype.Stream
Remove a listener from the collection of listeners to this Stream.
removeVoiceMailListener(VoiceMailListener) - Static method in class com.skype.SkypeImpl
Remove a listener for VOICEMAIL events.
removeVoiceMailStatusChangedListener(VoiceMailStatusChangedListener) - Method in class com.skype.VoiceMail
Removes a listener for the status changed event.
resume() - Method in class com.skype.Call
Resume an on hold CALL.

S

searchUsers(String) - Static method in class com.skype.SkypeImpl
Search users by a part of id or e-mail.
send(Call.DTMF) - Method in class com.skype.Call
Send a DTMF command.
send(String) - Method in class com.skype.Chat
Send a message to this CHAT.
send(String) - Method in class com.skype.Stream
Send a datagram message through this stream.
send(String) - Method in class com.skype.User
Send this User a chatMessage.
sendApplicationName(String) - Method in class com.skype.connector.Connector
Sends the application name to the Skype client.
sendApplicationName(String) - Method in class com.skype.connector.win32.Win32Connector
Send applicationname to Skype client.
sendApplicationName(String) - Method in class com.skype.connector.windows.WindowsConnector
Send the application name to the Skype Client.
sendCommand(String) - Method in class com.skype.connector.Connector
Sends the specified command to the Skype client on the platform dependent communication layer.
sendCommand(String) - Method in class com.skype.connector.linux.LinuxConnector
Sends a command to the Skype client.
sendCommand(String) - Method in class com.skype.connector.osx.OSXConnector
Sends a command to the Skype client.
sendCommand(String) - Method in class com.skype.connector.test.TestConnector
 
sendCommand(String) - Method in class com.skype.connector.win32.Win32Connector
Send a command to the Skype client.
sendCommand(String) - Method in class com.skype.connector.windows.WindowsConnector
Send a command to the Skype client.
sendMessage(String) - Method in class hudson.plugins.skype.im.transport.SkypeChat
 
sendProtocol() - Method in class com.skype.connector.Connector
Sends the Skype API protocol version to use.
sendProtocol() - Method in class com.skype.connector.osx.OSXConnector
 
sendSMS(String[], String) - Static method in class com.skype.SkypeImpl
Send an SMS to one or more cell phone numbers.
sendSMS(String, String) - Static method in class com.skype.SkypeImpl
Send an SMS to one cell phone number.
setAllCallForwardingRules(Profile.CallForwardingRule[]) - Method in class com.skype.Profile
Sets the all call forwarding rules of the current user.
setAllLanguages(String[]) - Method in class com.skype.Profile
Deprecated. 
setAllTargetNumbers(String[]) - Method in class com.skype.SMS
Set the target phone numbers.
setApplicationName(String) - Method in class com.skype.connector.Connector
Sets the application name used to get the access grant of Skype API.
setAudioInputDevice(String) - Static method in class com.skype.SkypeImpl
Sets the current audio input device of this Skype.
setAudioOutputDevice(String) - Static method in class com.skype.SkypeImpl
Sets the current audio output device of this Skype.
setAuthorized(boolean) - Method in class com.skype.User
Set this user being authorized, or not in your contactlist.
setAvatar(BufferedImage) - Method in class com.skype.Profile
Sets the avatar of the current user.
setAvatarByFile(File) - Method in class com.skype.Profile
Sets the avatar of the current user by a file .
setBirthDay(Date) - Method in class com.skype.Profile
Sets the birth day of the current user.
setBlocked(boolean) - Method in class com.skype.User
Set this user being blocked, or not in your contactlist.
setBuddy(String) - Method in class com.skype.User
 
setCallForwarding(boolean) - Method in class com.skype.Profile
Starts or stops the call forwarding function.
setCaption(String) - Method in class com.skype.MenuItem
 
setCity(String) - Method in class com.skype.Profile
Sets the city of the current user.
setCommandTimeout(int) - Method in class com.skype.connector.Connector
Sets the command reply timeout of this connector.
setConnectTimeout(int) - Method in class com.skype.connector.Connector
Sets the connect timeout of this connector.
setContent(String) - Method in class com.skype.ChatMessage
Sets the content of the chat message to the specified string.
setCountry(String) - Method in class com.skype.Profile
Sets the country of the current user.
setCountryByISOCode(String) - Method in class com.skype.Profile
Sets the country of the current user by the ISO code.
setDaemon(boolean) - Static method in class com.skype.SkypeImpl
Sets the thread of Skype4Java to "daemon mode" or not.
setDeamon(boolean) - Static method in class com.skype.SkypeImpl
Deprecated. 
setDebug(boolean) - Method in class com.skype.connector.Connector
Enable or disable debug printing for more information.
setDebug(boolean) - Static method in class com.skype.SkypeImpl
Enable debug logging.
setDebugOut(PrintWriter) - Method in class com.skype.connector.Connector
Sets the debug output stream.
setDebugOut(PrintStream) - Method in class com.skype.connector.Connector
Sets the debug output stream.
setDisplayName(String) - Method in class com.skype.Group
Set the displayname of this GROUP.
setDisplayName(String) - Method in class com.skype.User
Set a displayname for this User.
setEnabled(boolean) - Method in class com.skype.MenuItem
 
setFileCaptureMic(File) - Method in class com.skype.Call
 
setFileInput(File) - Method in class com.skype.Call
 
setFileOutput(File) - Method in class com.skype.Call
 
setFullName(String) - Method in class com.skype.Profile
Sets the full name of the current user.
setHint(String) - Method in class com.skype.MenuItem
 
setHomePageAddress(String) - Method in class com.skype.Profile
Deprecated. 
setHomePhoneNumber(String) - Method in class com.skype.Profile
Sets the home phone number of the current user.
setInstance(Connector) - Static method in class com.skype.connector.Connector
Sets the instance of the connector for test cases.
setIntroduction(String) - Method in class com.skype.Profile
Sets the introduction of the current user.
setLanguageByISOCode(String) - Method in class com.skype.Profile
Sets the language by ISO code of the current user.
setMainWindowState(SkypeClient.WindowState) - Static method in class com.skype.SkypeClient
 
setMobilePhoneNumber(String) - Method in class com.skype.Profile
Sets the mobile phone number of the current user.
setMoodMessage(String) - Method in class com.skype.Profile
Sets the mood message of the current user.
setOfficePhoneNumber(String) - Method in class com.skype.Profile
Sets the office phone number of the current user.
setPlayer(Player) - Method in class com.skype.connector.test.TestConnector
 
setPortCaptureMic(int) - Method in class com.skype.Call
 
setPortInput(int) - Method in class com.skype.Call
 
setPortOutput(int) - Method in class com.skype.Call
 
setProvince(String) - Method in class com.skype.Profile
Sets the province of the current user.
setReceiveVideoEnabled(boolean) - Method in class com.skype.Call
Start or stop receiving video on this call.
setReplyToNumber(String) - Method in class com.skype.SMS
Set the phone number the other party can reply to.
setRichMoodMessage(String) - Method in class com.skype.Profile
Sets the rich mood message of the current user.
setSendVideoEnabled(boolean) - Method in class com.skype.Call
Start or stop sending video with this call.
setSex(Profile.Sex) - Method in class com.skype.Profile
Sets the sex of the current user by the Profile.Sex enum.
setSilentMode(boolean) - Static method in class com.skype.SkypeClient
Sets the Skype silent mode.
setSkypeExceptionHandler(SkypeExceptionHandler) - Static method in class com.skype.SkypeImpl
Use another exceptionhandler then the default one.
setStatus(Connector.Status) - Method in class com.skype.connector.Connector
Sets the status of this connector.
setStatus(Profile.Status) - Method in class com.skype.Profile
Sets the online status of the current user by the Profile.Status enum.
setStringProperty(String, String) - Method in class com.skype.connector.Connector
Sets the specified property.
setTimeZone(int) - Method in class com.skype.Profile
Sets the time zone of the current user.
setTopic(String) - Method in class com.skype.Chat
Set the topic of this CHAT.
setUILanguageByISOCode(String) - Static method in class com.skype.SkypeClient
 
setVideoDevice(String) - Static method in class com.skype.SkypeImpl
Set the video device used by the Skype client.
setWaitTimeBeforeCallForwarding(int) - Method in class com.skype.Profile
Sets the wait time in seconds before starting a call forwarding.
setWallPaper(File) - Static method in class com.skype.SkypeClient
 
setWebSiteAddress(String) - Method in class com.skype.Profile
Sets the web site address of the current user.
showAddFriendWindow() - Static method in class com.skype.SkypeClient
Open the "Add friend" window of Skype client.
showAddFriendWindow(String) - Static method in class com.skype.SkypeClient
Open the "Add friend" window if skypeId exist.
showBlockedUsersWindow() - Static method in class com.skype.SkypeClient
Show blacked users window of the Skype client.
showCallHistoryTab() - Static method in class com.skype.SkypeClient
Focus the Call history tab of the Skype client.
showChatWindow(String) - Static method in class com.skype.SkypeClient
Open a chatwindow to another Skype user.
showChatWindow(String, String) - Static method in class com.skype.SkypeClient
Open a chatwindow to another skype user and send a message.
showConferenceWindow() - Static method in class com.skype.SkypeClient
Open the conference window of the Skype client.
showContactsTab() - Static method in class com.skype.SkypeClient
Focus the Contacts tab of the Skype client window.
showDialPadTab() - Static method in class com.skype.SkypeClient
Focus dialpad tab on the Skype client window.
showFileTransferWindow(String) - Static method in class com.skype.SkypeClient
Open File transfer window ten send a file to another Skype user.
showFileTransferWindow(String, File) - Static method in class com.skype.SkypeClient
Show file transfer windows with a specific folder to send a file to another Skype user.
showFileTransferWindow(String[]) - Static method in class com.skype.SkypeClient
Show the file transfer window to send a file to several other Skype users.
showFileTransferWindow(String[], File) - Static method in class com.skype.SkypeClient
Show file transfer window with a specific Folder to send a file to multiple Skype users.
showGettingStartedWindow() - Static method in class com.skype.SkypeClient
Show the getting started window of the Skype client.
showImportContactsWindow() - Static method in class com.skype.SkypeClient
Show import contacts window of Skype client.
showOptionsWindow(SkypeClient.OptionsPage) - Static method in class com.skype.SkypeClient
Open the Options window of the Skype Client.
showProfileWindow() - Static method in class com.skype.SkypeClient
Open the Skype client profile window.
showRequestAuthorizationWindow(String) - Static method in class com.skype.SkypeClient
Show the request authorisation window for a Skype user ID.
showSearchWindow() - Static method in class com.skype.SkypeClient
Open the search window of the Skype Client.
showSendContactsWindow() - Static method in class com.skype.SkypeClient
Open send contacts window.
showSkypeWindow() - Static method in class com.skype.SkypeClient
Put focus on the Skype client window, not any Java window.
showUserInformationWindow(String) - Static method in class com.skype.SkypeClient
Open the User Information window with the info on a Skype user.
SkypeChat - Class in hudson.plugins.skype.im.transport
1-on-1 Jabber chat.
SkypeChat(Chat) - Constructor for class hudson.plugins.skype.im.transport.SkypeChat
 
SkypeChatCallable - Class in hudson.plugins.skype.im.transport.callables
 
SkypeChatCallable(String[], String) - Constructor for class hudson.plugins.skype.im.transport.callables.SkypeChatCallable
 
SkypeClient - Class in com.skype
Main view (not model) class of the Skype Java API.
SkypeClient.Button - Enum in com.skype
Enumeration of keypad keys.
SkypeClient.OptionsPage - Enum in com.skype
Enumeration of the OPTIONS page.
SkypeClient.WindowState - Enum in com.skype
 
SkypeException - Exception in com.skype
Exception that will be thrown when the connection with Skype is not OK or unexpected events happen.
SkypeExceptionHandler - Interface in com.skype
Interface to handle an uncaught Throwable in the listener's callback method.
SkypeGroupChatCallable - Class in hudson.plugins.skype.im.transport.callables
 
SkypeGroupChatCallable(String, String) - Constructor for class hudson.plugins.skype.im.transport.callables.SkypeGroupChatCallable
 
SkypeIMException - Exception in hudson.plugins.skype.im.transport
 
SkypeIMException(Exception) - Constructor for exception hudson.plugins.skype.im.transport.SkypeIMException
 
SkypeIMException(String) - Constructor for exception hudson.plugins.skype.im.transport.SkypeIMException
 
SkypeImpl - Class in com.skype
Skype information model (not view) class of Skype4Java.
SkypeMessage - Class in hudson.plugins.skype.im.transport
 
SkypeMessage() - Constructor for class hudson.plugins.skype.im.transport.SkypeMessage
 
SkypeMessage(ChatMessage, boolean) - Constructor for class hudson.plugins.skype.im.transport.SkypeMessage
 
SkypeMessageListenerAdapter - Class in hudson.plugins.skype.im.transport
Wraps an IMMessageListener in a Smack PacketListener.
SkypeMessageListenerAdapter(IMMessageListener) - Constructor for class hudson.plugins.skype.im.transport.SkypeMessageListenerAdapter
 
SkypeMoodCallable - Class in hudson.plugins.skype.im.transport.callables
 
SkypeMoodCallable(String, Profile.Status) - Constructor for class hudson.plugins.skype.im.transport.callables.SkypeMoodCallable
 
SkypePluginImpl - Class in hudson.plugins.skype.im.transport
Plugin entry point used to start/stop the plugin.
SkypePluginImpl() - Constructor for class hudson.plugins.skype.im.transport.SkypePluginImpl
 
SkypePublisher - Class in hudson.plugins.skype.im.transport
Skype-specific implementation of the IMPublisher.
SkypePublisher(List<IMMessageTarget>, String, boolean, boolean, boolean, boolean, boolean, BuildToChatNotifier, MatrixJobMultiplier) - Constructor for class hudson.plugins.skype.im.transport.SkypePublisher
 
SkypePublisherDescriptor - Class in hudson.plugins.skype.im.transport
 
SkypePublisherDescriptor() - Constructor for class hudson.plugins.skype.im.transport.SkypePublisherDescriptor
 
SkypeSetupCallable - Class in hudson.plugins.skype.im.transport.callables
 
SkypeSetupCallable() - Constructor for class hudson.plugins.skype.im.transport.callables.SkypeSetupCallable
 
SkypeUserProperty - Class in hudson.plugins.skype.user
Jabber user property.
SkypeUserProperty() - Constructor for class hudson.plugins.skype.user.SkypeUserProperty
 
SkypeUserProperty(String) - Constructor for class hudson.plugins.skype.user.SkypeUserProperty
 
SkypeUserPropertyDescriptor - Class in hudson.plugins.skype.user
Descriptor for Jabber user property.
SkypeUserPropertyDescriptor() - Constructor for class hudson.plugins.skype.user.SkypeUserPropertyDescriptor
 
SkypeVerifyUserCallable - Class in hudson.plugins.skype.im.transport.callables
 
SkypeVerifyUserCallable(String) - Constructor for class hudson.plugins.skype.im.transport.callables.SkypeVerifyUserCallable
 
SMS - Class in com.skype
Implementation of the Skype SMS object (Skype API 2.5).
SMS.FailureReason - Enum in com.skype
Enumeration of SMS failure reason.
SMS.Status - Enum in com.skype
Enumeration of SMS Status.
SMS.TargetStatus - Class in com.skype
Inner class to determine the target status.
SMS.TargetStatus.Status - Enum in com.skype
Enumeration of SMS target status.
SMS.Type - Enum in com.skype
Enumeration of SMS types.
start() - Method in class hudson.plugins.skype.im.transport.SkypePluginImpl
startPlayback() - Method in class com.skype.VoiceMail
Starts the playback of this VoiceMail object.
startRecording() - Method in class com.skype.VoiceMail
Starts the recording of this VoiceMail object.
STATUS_PROPERTY - Static variable in class com.skype.Profile
Identifies the status property.
STATUS_PROPERTY - Static variable in class com.skype.User
Identifies the status property.
statusChanged(Call.Status) - Method in interface com.skype.CallStatusChangedListener
Called when the status of a CALL object changes.
statusChanged(ConnectorStatusEvent) - Method in class com.skype.connector.AbstractConnectorListener
This method is called when a status of a connector changes.
statusChanged(ConnectorStatusEvent) - Method in interface com.skype.connector.ConnectorListener
This method will be triggered when the status of a connector changes.
statusChanged(VoiceMail.Status) - Method in interface com.skype.VoiceMailStatusChangedListener
Called when the status of a VOICEMAIL object changes.
stop() - Method in class hudson.plugins.skype.im.transport.SkypePluginImpl
stopPlayback() - Method in class com.skype.VoiceMail
Stops the playback of this VoiceMail object.
stopRecording() - Method in class com.skype.VoiceMail
Stops the recording of this VoiceMail object.
Stream - Class in com.skype
This class implements a simple way of sending and receiving AP2AP data.
StreamAdapter - Class in com.skype
Listener adapter for Stream objects.
StreamAdapter() - Constructor for class com.skype.StreamAdapter
 
StreamListener - Interface in com.skype
Listener interface for Stream object events.
submitConfirmationCode(String[]) - Static method in class com.skype.SkypeImpl
Send a SMS confirmation code.
submitConfirmationCode(String) - Static method in class com.skype.SkypeImpl
Send a SMS confirmation code.
submitConfirmationCode(String[], String) - Static method in class com.skype.SkypeImpl
Send a SMS confirmation code.
submitConfirmationCode(String, String) - Static method in class com.skype.SkypeImpl
Send a SMS confirmation code.

T

TestConnector - Class in com.skype.connector.test
 
textReceived(String) - Method in class com.skype.StreamAdapter
Overwrite this method to get triggered for each test message.
textReceived(String) - Method in interface com.skype.StreamListener
This method will be fired when a text message is received.
TimeOutException - Exception in com.skype.connector
This exception is thrown when a connector is working with a timeout.
TimeOutException(String) - Constructor for exception com.skype.connector.TimeOutException
Constructor.
TimeOutException - Exception in com.skype
Exception to throw when a timeout occurs.
toCheckedFailure() - Method in class com.skype.SMS
Set SMS IS_FAILED_UNSEEN to TRUE.
toString() - Method in class com.skype.Application
Enable nice printing of Object, by returning the app name.
toString() - Method in class com.skype.Group
Return the GROUP ID as a string.
toString() - Method in class com.skype.Profile.CallForwardingRule
toString() - Method in class com.skype.Stream
Return ID as String representation.
toString() - Method in class com.skype.User
Provide ID as string representation.
transferTo(String...) - Method in class com.skype.Call
 

U

uncaughtExceptionHappened(Throwable) - Method in interface com.skype.SkypeExceptionHandler
Invoked when a Throwable happened in calling the listener's callback method.
upload() - Method in class com.skype.VoiceMail
Uploads the playback of this VoiceMail object.
useJNIConnector(boolean) - Static method in class com.skype.connector.Connector
To use the win32 dll instead of the SWT library please use this method.
User - Class in com.skype
The User class contains the skype user's information.
User.BuddyStatus - Enum in com.skype
The BuddyStatus enum contains the buddy status of the skype user.
User.Sex - Enum in com.skype
The Sex enum contains the sex constants of the skype user.
User.Status - Enum in com.skype
The Status enum contains the online status constants of the skype user.

V

valueOf(String) - Static method in enum com.skype.Call.DTMF
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.Call.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.Call.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.Call.VideoStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.Chat.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.ChatMessage.LeaveReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.ChatMessage.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.ChatMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.connector.Connector.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.connector.test.PlayerMessage.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.Group.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.MenuItem.Context
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.Profile.Sex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.Profile.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.SkypeClient.Button
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.SkypeClient.OptionsPage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.SkypeClient.WindowState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.SMS.FailureReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.SMS.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.SMS.TargetStatus.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.SMS.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.User.BuddyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.User.Sex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.User.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.VoiceMail.FailureReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.VoiceMail.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.skype.VoiceMail.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.skype.Call.DTMF
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.Call.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.Call.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.Call.VideoStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.Chat.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.ChatMessage.LeaveReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.ChatMessage.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.ChatMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.connector.Connector.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.connector.test.PlayerMessage.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.Group.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.MenuItem.Context
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.Profile.Sex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.Profile.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.SkypeClient.Button
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.SkypeClient.OptionsPage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.SkypeClient.WindowState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.SMS.FailureReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.SMS.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.SMS.TargetStatus.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.SMS.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.User.BuddyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.User.Sex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.User.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.VoiceMail.FailureReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.VoiceMail.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.skype.VoiceMail.Type
Returns an array containing the constants of this enum type, in the order they are declared.
voiceMail(String) - Static method in class com.skype.SkypeImpl
Leave a voicemail in a other Skype users voicemailbox.
voiceMail() - Method in class com.skype.User
Leave a voicemail for this User.
VoiceMail - Class in com.skype
Class to represent the Skype VoiceMail object.
VoiceMail.FailureReason - Enum in com.skype
Enumeration of VoiceMail failure reason types
VoiceMail.Status - Enum in com.skype
Enumeration of VoiceMail status types.
VoiceMail.Type - Enum in com.skype
Enumeration of VoiceMail types.
VoiceMailListener - Interface in com.skype
Listener interface for the VoiceMail object.
voiceMailMade(VoiceMail) - Method in class com.skype.AbstractVoiceMailListener
Called when a new voice mail is made.
voiceMailMade(VoiceMail) - Method in interface com.skype.VoiceMailListener
Called when a new voice mail is made.
voiceMailReceived(VoiceMail) - Method in class com.skype.AbstractVoiceMailListener
Called when a new voice mail is received.
voiceMailReceived(VoiceMail) - Method in interface com.skype.VoiceMailListener
Called when a new voice mail is received.
VoiceMailStatusChangedListener - Interface in com.skype
Listener interface for VOICEMAIL objects status changed events.

W

waitForEndWithId(String, String, NotificationChecker) - Method in class com.skype.connector.Connector
Executes the specified command and gets the future using a command ID.
waitForFinishing() - Method in class com.skype.VoiceMail
Waits for finishing.
Win32Connector - Class in com.skype.connector.win32
Implementation of a connector for Windows.
WindowsConnector - Class in com.skype.connector.windows
A connector implementation for Windows based on the SWT libraries.
write(String) - Method in class com.skype.Stream
Send a message through this Stream.

A B C D E F G H I J L M N O P R S T U V W

Copyright © 2004-2011. All Rights Reserved.