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

java.lang.String source
Source repository URL from which we pull.


clean

boolean clean

browser

BazaarRepositoryBrowser browser

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

Serialized Fields

revId

java.lang.String revId

revNo

java.lang.String revNo

tags

java.util.List<E> tags

Package hudson.plugins.bazaar.browsers

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

Serialized Fields

url

java.net.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

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


rootModule

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



Copyright © 2011. All Rights Reserved.