Project: stp

com.ibm.rational.wvcm.stp.cc
Interface CcTaskProviderConfiguration


public interface CcTaskProviderConfiguration

Represents a Change Management Task Provider's configuration. Task Provider's are used to connect ClearCase to 3 party Chanage Management systems.


Method Summary
 String getContext()
          Returns the task provider specific context
 String getName()
          Returns the task provider's name
 CcTaskProviderOptions getOptions()
          Returns customized set of task provider configuration options
 String getType()
          Returns the task provider's type
 String getVersion()
          Returns the task provider's version
 boolean isEnabled()
          Returns whether this task provider is enabled
 

Method Detail

getContext

String getContext()
Returns the task provider specific context

Returns:
the provider's opaque context

getName

String getName()
Returns the task provider's name

Returns:
the provider's unique name

getOptions

CcTaskProviderOptions getOptions()
Returns customized set of task provider configuration options

Returns:
custom options

getType

String getType()
Returns the task provider's type

Returns:
the provider type

getVersion

String getVersion()
Returns the task provider's version

Returns:
the provider version

isEnabled

boolean isEnabled()
Returns whether this task provider is enabled

Returns:
true if enabled, false otherwise

Generated Thu 6-Nov-2014 11:02 PM

Copyright © IBM 2014. All rights reserved.