Class GitResolveAnnotatedTagsCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.git.ref.GitResolveAnnotatedTagsCommandParameters
public class GitResolveAnnotatedTagsCommandParameters
extends com.atlassian.bitbucket.scm.AbstractCommandParameters
- Since:
- 5.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK -
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Field Details
-
UNLIMITED_MESSAGE_LENGTH
public static final int UNLIMITED_MESSAGE_LENGTH- See Also:
-
-
Method Details
-
getMaxMessageLength
public int getMaxMessageLength() -
getTagIds
- Returns:
- the tag IDs to resolve. These can either be fully qualified
tag IDs, tag hashes or a mix thereof
-