Package | Description |
---|---|
hudson.plugins.clearcase |
Modifier and Type | Method and Description |
---|---|
static ClearTool.DiffBlOptions |
ClearTool.DiffBlOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClearTool.DiffBlOptions[] |
ClearTool.DiffBlOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Reader |
ClearToolExec.diffbl(EnumSet<ClearTool.DiffBlOptions> type,
String baseline1,
String baseline2,
String viewPath) |
Reader |
ClearTool.diffbl(EnumSet<ClearTool.DiffBlOptions> options,
String baseline1,
String baseline2,
String viewPath)
Call diffbl using the two provided baselines (can be stream or baseline)
|
Copyright © 2004-2014. All Rights Reserved.