Package hudson.scm
Class CvsRepository
- All Implemented Interfaces:
Describable<CvsRepository>
,Serializable
@ExportedBean
public class CvsRepository
extends AbstractDescribableImpl<CvsRepository>
implements Serializable
- See Also:
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCvsRepository
(String cvsRoot, boolean passwordRequired, String password, List<CvsRepositoryItem> repositoryItems, List<ExcludedRegion> excludedRegions, int compressionLevel, CVSRepositoryBrowser repositoryBrowser) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Gives the password to be used by this connection.int
hashCode()
boolean
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
CvsRepository
@DataBoundConstructor public CvsRepository(String cvsRoot, boolean passwordRequired, String password, List<CvsRepositoryItem> repositoryItems, List<ExcludedRegion> excludedRegions, int compressionLevel, CVSRepositoryBrowser repositoryBrowser)
-
-
Method Details
-
getCvsRoot
-
getRepositoryItems
-
getCompressionLevel
@Exported public int getCompressionLevel() -
getExcludedRegions
-
getPassword
Gives the password to be used by this connection. If no password is required then null will be returned, other wise a Secret containing the encoded password is returned.- Returns:
- the Secret containing this connection's encoded password
-
isPasswordRequired
@Exported public boolean isPasswordRequired() -
getRepositoryBrowser
-
hashCode
public int hashCode() -
equals
-
readResolve
-