Serialized Form


Package hudson.plugins.bazaar

Class hudson.plugins.bazaar.BazaarRepositoryBrowser extends hudson.scm.RepositoryBrowser<BazaarChangeSet> implements Serializable

Class hudson.plugins.bazaar.BazaarSCM extends hudson.scm.SCM implements Serializable

serialVersionUID: 1L

Serialized Fields

source

String source
Source repository URL from which we pull.


cleantree

boolean cleantree

browser

BazaarRepositoryBrowser browser

checkout

boolean checkout

Class hudson.plugins.bazaar.BazaarTagAction.BazaarRevision extends Object implements Serializable

Serialized Fields

revId

String revId

revNo

String revNo

tags

List<E> tags

Package hudson.plugins.bazaar.browsers

Class hudson.plugins.bazaar.browsers.Loggerhead extends BazaarRepositoryBrowser implements Serializable

Serialized Fields

url

URL url
The URL of the Loggerhead repository. This is normally like http://bazaar.launchpad.net/~myteam/myproject/ Normalized to have '/' at the tail.

Class hudson.plugins.bazaar.browsers.OpenGrok extends BazaarRepositoryBrowser implements Serializable

Serialized Fields

url

URL url
The URL of the OpenGrok repository. This is normally like http://src.opensolaris.org/source/ Normalized to have '/' at the tail.


rootModule

String rootModule
Root Bazaar module name (like 'foo/bar' — normalized to have no leading nor trailing slash.) Can be empty.



Copyright © 2004-2012. All Rights Reserved.