- getAdds() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceChangelist
-
- getBash() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceTrigger
-
- getBatch() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceTrigger
-
- getChangelists() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItemSet
-
- getCharset() - Method in class com.perforce.workshop.tjuricek.initializer.ServerWrapper
-
- getClient() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceChangelist
-
- getClientName() - Method in class com.perforce.workshop.tjuricek.initializer.ServerWrapper
-
- getClientPath() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceAdd
-
The target path within the user's client to put the file in.
- getClientPath() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceEdit
-
Unlike the add, this is a relative path from the client root that should
exist.
- getClientRootDir() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.PerforceOptions
-
The root directory for all client workspaces.
- getClientRootDir() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.SeedOptions
-
- getClients() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItemSet
-
- getCommand() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceTrigger.TriggerLine
-
The command is a handlebars script with a special context: {{command}}
is replaced with the appropriate executable script path.
- getConnectionSettings() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.InitializerConfig
-
- getDataRootDir() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.SeedOptions
-
- getDefinitions() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.PerforceOptions
-
Load the JSON definitions that are then converted into steps for the
initializer.
- getDepots() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItemSet
-
- getDescription() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceChangelist
-
- getDescription() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceClient
-
- getEdits() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceChangelist
-
- getEmail() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceUser
-
- getHost() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceClient
-
- getInputStream(String) - Method in interface com.perforce.workshop.tjuricek.initializer.Initializer.InputStreamLoader
-
- getInputStreamLoader() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.PerforceOptions
-
- getLogin() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceChangelist
-
- getLogin() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceUser
-
- getName() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceClient
-
- getName() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceDepot
-
- getName() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceTrigger.TriggerLine
-
- getName() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceUser
-
- getOptions() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.InitializerConfig
-
- getOptionsServer() - Method in class com.perforce.workshop.tjuricek.initializer.ServerWrapper
-
- getOwner() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceClient
-
- getPassword() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceUser
-
- getPath() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceTrigger.TriggerLine
-
- getPerforceChangelist() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItem
-
- getPerforceClient() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItem
-
- getPerforceDepot() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItem
-
- getPerforceTrigger() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItem
-
- getPerforceUser() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItem
-
- getRank() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItem
-
The rank of an item indicates when it should be run in order.
- getResource() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceAdd
-
The resource URL we use to fetch the data of this file.
- getResource() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceEdit
-
Same as add, this is the URL we attempt to use to find the content to
use.
- getRoot() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceClient
-
- getRootFile() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceClient
-
- getTemplateContext() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.PerforceOptions
-
If we discover a file name (like a trigger script) with the extension
".mustache", we'll treat it like a Mustache template, and use this
context to render the file.
- getTemplateContext() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.SeedOptions
-
- getTriggerLines() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceTrigger
-
- getTriggers() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItemSet
-
- getTriggersDir() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.PerforceOptions
-
When the system appends triggers, we typically have script files,
which get put in to this directory.
- getTriggersDir() - Method in class com.perforce.workshop.tjuricek.initializer.Initializer.SeedOptions
-
- getType() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceTrigger.TriggerLine
-
- getUser(String) - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItemSet
-
- getUsers() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceItemSet
-
- getView() - Method in class com.perforce.workshop.tjuricek.initializer.model.PerforceClient
-