Modifier and Type | Method and Description |
---|---|
Stream |
Deliver.Status.getSourceStream() |
Modifier and Type | Method and Description |
---|---|
List<Stream> |
PVob.getStreams() |
Modifier and Type | Method and Description |
---|---|
static void |
Deliver.cancel(Stream targetStream) |
static void |
Deliver.cancel(Stream stream,
File context) |
static void |
Rebase.cancelRebase(Stream stream) |
static void |
Rebase.completeRebase(Stream stream) |
static String |
Deliver.getStatus(Stream stream) |
static Deliver.Status |
Deliver.Status.getStatus(Stream stream) |
static boolean |
Deliver.isDelivering(Stream stream) |
static boolean |
Rebase.isInProgress(Stream stream) |
static void |
Deliver.rollBack(String oldViewTag,
Stream oldSourceStream,
File context) |
Constructor and Description |
---|
Deliver(Baseline baseline,
Stream stream,
Stream target,
File context,
String viewtag) |
Deliver(Stream stream,
Stream target) |
Deliver(Stream stream,
Stream target,
File context,
String viewtag) |
Rebase(Stream stream) |
Rebase(Stream stream,
UCMView view,
Baseline baseline) |
Rebase(Stream stream,
UCMView view,
List<Baseline> baselines) |
Status(Deliver.DeliverStatus status,
Stream sourceStream,
Activity activity,
String viewTag) |
Modifier and Type | Method and Description |
---|---|
Stream |
NoSingleTopComponentException.getStream() |
Stream |
UnableToListBaselinesException.getStream() |
Stream |
CancelDeliverException.getStream() |
Constructor and Description |
---|
CancelDeliverException(Stream s,
Exception e) |
CancelDeliverException(Stream s,
String e) |
NoSingleTopComponentException(Stream s) |
UnableToListBaselinesException(Stream s,
Component c,
Project.PromotionLevel plevel,
Exception e) |
Modifier and Type | Method and Description |
---|---|
static Stream |
Stream.create(StreamContainable parent,
String nstream,
boolean readonly,
List<Baseline> baselines)
Create a new stream in ClearCase, given a parent Stream, a fully qualified name for
the new Stream and whether the Stream is read only or not
|
static Stream |
Stream.create(Stream parent,
String nstream,
boolean readonly,
Baseline baseline) |
static Stream |
Stream.createIntegration(String name,
Project project,
Baseline baseline) |
static Stream |
Stream.createIntegration(String name,
Project project,
List<Baseline> baselines)
Create an integration
Stream in ClearCase |
static Stream |
Stream.get(String name) |
static Stream |
Stream.get(String name,
PVob pvob) |
Stream |
Stream.getDefaultTarget()
This method returns the default Stream the given Stream will deliver to.
|
Stream |
Stream.getDeliveringStream(boolean isMultiSite)
|
Stream |
Stream.getDeliveringStream(boolean isMultiSite,
List<Stream> streams) |
Stream |
Project.getIntegrationStream() |
Stream |
Stream.getParent() |
Stream |
Baseline.getStream() |
Stream |
Stream.load() |
Modifier and Type | Method and Description |
---|---|
List<Stream> |
Stream.getChildStreams(boolean multisitePolling) |
List<Stream> |
Stream.getDeliveringStreamsUsingHlink(String hyperLinkName)
For JENKINS-26484
|
List<Stream> |
Stream.getSiblingStreams()
For each project return their integration streams
|
List<Stream> |
Project.getStreams() |
Modifier and Type | Method and Description |
---|---|
static Baseline |
Baseline.create(Stream stream,
Component component,
String basename,
File view,
Baseline.LabelBehaviour labelBehaviour,
boolean identical) |
static Stream |
Stream.create(Stream parent,
String nstream,
boolean readonly,
Baseline baseline) |
static Activity |
Activity.create(String name,
Stream in,
PVob pvob,
boolean force,
String comment,
String headline,
File view)
Create an activity.
|
void |
Stream.setDefaultTarget(Stream stream)
Set the default target
Stream in ClearCase |
void |
Stream.setParent(Stream parent) |
void |
Project.setStream(Stream stream)
|
Modifier and Type | Method and Description |
---|---|
Stream |
Stream.getDeliveringStream(boolean isMultiSite,
List<Stream> streams) |
Constructor and Description |
---|
BaselineList(Stream stream,
Component component,
Project.PromotionLevel plevel) |
BaselineList(Stream stream,
Component component,
Project.PromotionLevel plevel,
boolean multisitePolling) |
Modifier and Type | Field and Description |
---|---|
protected Stream |
UCMView.stream |
Modifier and Type | Method and Description |
---|---|
Stream |
SnapshotView.getStream() |
Stream |
UCMView.getStream() |
Modifier and Type | Method and Description |
---|---|
net.praqma.util.structure.Tuple<Stream,String> |
SnapshotView.getStreamFromView(File vr) |
Modifier and Type | Method and Description |
---|---|
static SnapshotView |
SnapshotView.create(Stream stream,
File viewroot,
String viewtag)
Create a Snapshot view given a Stream, view root and a view tag.
|
protected static void |
UCMView.create(String tag,
String stgloc,
boolean snapshotView,
Stream stream) |
static DynamicView |
DynamicView.create(String stgloc,
String tagTag,
Stream stream)
Creates a dynamic view in the given path.
|
GetView |
GetView.setStream(Stream stream) |
Constructor and Description |
---|
DynamicView(String path,
String viewtag,
Stream stream) |
UCMView(String path,
String viewtag,
Stream stream) |
Modifier and Type | Method and Description |
---|---|
static SnapshotView |
ViewUtils.createView(Stream stream,
String loadModule,
File viewroot,
String viewtag) |
Modifier and Type | Field and Description |
---|---|
Map<String,Stream> |
EnvironmentParser.Context.integrationStreams |
Map<String,Stream> |
EnvironmentParser.Context.streams |
Copyright © 2016–2018. All rights reserved.