eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'Tools::CheckinInfoDialog':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: CheckinInfoDialog (in Tools)


Inheritance:

   Object
   |
   +--Model
      |
      +--ApplicationModel
         |
         +--SimpleDialog
            |
            +--Tools::CheckinInfoDialog

Package:
stx:libtool
Category:
System-SourceCodeManagement
Version:
rev: 1.47 date: 2018/10/02 15:28:48
user: stefan
file: Tools__CheckinInfoDialog.st directory: libtool
module: stx stc-classLibrary: libtool
Author:

Description:


checkin-dialog.
used to be private in SourceCodeManagerUtilites.
moved to libtool because libbasic3 should not contain code inheriting from GUI classes.



[instance variables:]

[class variables:]


Related information:



Class protocol:

constants
o  possibleReasons

o  reasonBugfix

o  reasonDocumentation

o  reasonFeature

o  reasonOther

o  reasonQuality

o  reasonRefactoring

o  reasonTuning

o  reasonUIEnhancement

help specs
o  helpSpec
This resource specification was automatically generated
by the UIHelpTool of ST/X.

interface specs
o  windowSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:Tools::CheckinInfoDialog andSelector:#windowSpec
     Tools::CheckinInfoDialog new openInterface:#windowSpec
     Tools::CheckinInfoDialog open

opening
o  getCheckinInfoFor: infoString initialAnswer: initialAnswer
self getCheckinInfoFor:'hello' initialAnswer:'bla'

o  getCheckinInfoFor: infoString initialAnswer: initialAnswer withQuickOption: withQuickOption
self getCheckinInfoFor:'hello' initialAnswer:'bla'

o  getCheckinInfoFor: infoString initialAnswer: initialAnswer withQuickOption: withQuickOption logHistory: logHistoryArg
self getCheckinInfoFor:'hello' initialAnswer:'bla'
self getCheckinInfoFor:'hello' initialAnswer:'bla' withQuickOption:true
self getCheckinInfoFor:'hello' initialAnswer:'bla' withQuickOption:true logHistory:nil withConsistencyCheckOption:true

o  getCheckinInfoFor: infoString initialAnswer: initialAnswer withQuickOption: withQuickOption logHistory: logHistoryArg withValidateConsistencyOption: withValidateConsistencyOption
self getCheckinInfoFor:'hello' initialAnswer:'bla'

o  getCheckinInfoFor: infoString initialAnswer: initialAnswer withQuickOption: withQuickOption logHistory: logHistoryArg withValidateConsistencyOption: withValidateConsistencyOption initialReason: defaultReason
self getCheckinInfoFor:'hello' initialAnswer:'bla'


Instance protocol:

accessing
o  allowEmptyLogMessage

o  allowEmptyLogMessage: aBoolean

o  branchInfo: aString

o  checkinReason
returns one of: #(reasonBugfix reasonFeature reasonRefactoring reasonDocumentation reasonOther)

o  checkinReason: aSymbolicReason

o  description

o  description: aString

o  isStable

o  isStable: aBoolean

o  logHistory: something

o  logMessage

o  logMessage: aString

o  quickCheckIn

o  quickCheckIn: aBoolean

o  repositoryInfo: aString

o  showChangesAction: aBlock
if non-nil, an additional 'Show Changes' button appears,
which evaluates this action

o  tag

o  tag: aStringOrNil

o  tagIt

o  validateConsistency

o  withQuickOption: aBoolean
self quickCheckInVisibleHolder value:aBoolean

o  withValidateConsistencyOption: aBoolean
self validateConsistencyVisibleHolder value:aBoolean

actions
o  showChanges

aspects
o  branchInfoHolder

o  checkinReasonHolder

o  descriptionHolder

o  isStableHolder

o  logHistoryHeadLineSelectionHolder

o  logHistoryHeadLines

o  logMessageHolder

o  notMarkAsStableHolder

o  quickCheckInEnabledHolder

o  quickCheckInHolder

o  quickCheckInVisibleHolder

o  recentTagsList

o  repositoryInfoHolder

o  showChangesButtonVisible

o  tagHolder
CVSSourceCodeManager recentTag ?

o  validateConsistencyEnabledHolder

o  validateConsistencyHolder

o  validateConsistencyVisibleHolder

o  warningMessageHolder

opening
o  getCheckinInfoFor: infoString initialAnswer: initialAnswer withQuickOption: withQuickOption logHistory: logHistoryArg withValidateConsistencyOption: withValidateConsistencyOption

o  getCheckinInfoFor: infoString initialAnswer: initialAnswer withQuickOption: withQuickOption logHistory: logHistoryArg withValidateConsistencyOption: withValidateConsistencyOption initialReason: defaultReason
self getCheckinInfoFor:'hello' initialAnswer:'bla'



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 18 Apr 2024 17:45:34 GMT