Uses of Class
hudson.plugins.collabnet.ConnectionFactory
-
-
Uses of ConnectionFactory in hudson.plugins.collabnet
Methods in hudson.plugins.collabnet that return ConnectionFactory Modifier and Type Method Description static ConnectionFactory
ConnectionFactory. fromStapler(String url, String username, String password)
A databinding method from Stapler.ConnectionFactory
AbstractTeamForgeNotifier. getConnectionFactory()
If this notifier is configured with a separate credential, return it.Methods in hudson.plugins.collabnet with parameters of type ConnectionFactory Modifier and Type Method Description FormValidation
ConnectionFactory.DescriptorImpl. doCheckPassword(ConnectionFactory connectionFactory, String value)
Check that a password is present and allows login.Constructors in hudson.plugins.collabnet with parameters of type ConnectionFactory Constructor Description AbstractTeamForgeNotifier(ConnectionFactory connectionFactory, String project)
-
Uses of ConnectionFactory in hudson.plugins.collabnet.browser
Methods in hudson.plugins.collabnet.browser that return ConnectionFactory Modifier and Type Method Description ConnectionFactory
TeamForge. getConnectionFactory()
Constructors in hudson.plugins.collabnet.browser with parameters of type ConnectionFactory Constructor Description TeamForge(ConnectionFactory connectionFactory, String project, String repo)
DataBoundConstructor for building the object from form data. -
Uses of ConnectionFactory in hudson.plugins.collabnet.documentuploader
Constructors in hudson.plugins.collabnet.documentuploader with parameters of type ConnectionFactory Constructor Description CNDocumentUploader(ConnectionFactory connectionFactory, String project, String uploadPath, String description, FilePattern[] filePatterns, boolean includeBuildLog)
Creates a new CNDocumentUploader object. -
Uses of ConnectionFactory in hudson.plugins.collabnet.filerelease
Constructors in hudson.plugins.collabnet.filerelease with parameters of type ConnectionFactory Constructor Description CNFileRelease(ConnectionFactory connectionFactory, String project, String pkg, String release, boolean overwrite, FilePattern[] filePatterns)
Creates a new CNFileRelease object. -
Uses of ConnectionFactory in hudson.plugins.collabnet.orchestrate
Methods in hudson.plugins.collabnet.orchestrate that return ConnectionFactory Modifier and Type Method Description ConnectionFactory
BuildNotifier. getConnectionFactory()
Constructors in hudson.plugins.collabnet.orchestrate with parameters of type ConnectionFactory Constructor Description OptionalAssociationView(ConnectionFactory connectionFactory)
-
Uses of ConnectionFactory in hudson.plugins.collabnet.share
Methods in hudson.plugins.collabnet.share that return ConnectionFactory Modifier and Type Method Description ConnectionFactory
TeamForgeShare.TeamForgeShareDescriptor. getConnectionFactory()
Methods in hudson.plugins.collabnet.share with parameters of type ConnectionFactory Modifier and Type Method Description void
TeamForgeShare.TeamForgeShareDescriptor. setConnectionFactory(ConnectionFactory cf)
-
Uses of ConnectionFactory in hudson.plugins.collabnet.tracker
Constructors in hudson.plugins.collabnet.tracker with parameters of type ConnectionFactory Constructor Description CNTracker(ConnectionFactory connectionFactory, String project, String tracker, String title, String assignUser, Priority priority, boolean attachLog, boolean alwaysUpdate, boolean closeOnSuccess, String release)
Constructs a new CNTracker instance.
-