Package hudson.plugins.git
Class SubmoduleConfig
java.lang.Object
hudson.plugins.git.SubmoduleConfig
- All Implemented Interfaces:
Serializable
Deprecated.
Deprecated data class used in a submodule configuration experiment.
Deprecated as inaccessible in git plugin 4.6.0. Class retained for
binary compatibility.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.SubmoduleConfig
(String submoduleName, String[] branches) Deprecated.SubmoduleConfig
(String submoduleName, Collection<String> branches) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionboolean
branchMatchesInterest
(hudson.plugins.git.Branch br) Deprecated.String[]
Deprecated.Deprecated.Deprecated.boolean
revisionMatchesInterest
(hudson.plugins.git.Revision r) Deprecated.void
setBranches
(String[] branches) Deprecated.void
setSubmoduleName
(String submoduleName) Deprecated.
-
Constructor Details
-
SubmoduleConfig
public SubmoduleConfig()Deprecated. -
SubmoduleConfig
Deprecated. -
SubmoduleConfig
Deprecated.
-
-
Method Details
-
getSubmoduleName
Deprecated. -
setSubmoduleName
Deprecated. -
getBranches
Deprecated. -
setBranches
Deprecated. -
revisionMatchesInterest
public boolean revisionMatchesInterest(hudson.plugins.git.Revision r) Deprecated. -
branchMatchesInterest
public boolean branchMatchesInterest(hudson.plugins.git.Branch br) Deprecated. -
getBranchesString
Deprecated.
-