Class StreamSource
- java.lang.Object
-
- org.jenkinsci.plugins.p4.workflow.source.AbstractSource
-
- org.jenkinsci.plugins.p4.workflow.source.StreamSource
-
- All Implemented Interfaces:
ExtensionPoint,Describable<AbstractSource>,Serializable
public class StreamSource extends AbstractSource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStreamSource.DescriptorImpl-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description StreamSource(String stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStream()StringgetStreamAtChange()WorkspacegetWorkspace(String charset, String format)voidsetStreamAtChange(String streamAtChange)-
Methods inherited from class org.jenkinsci.plugins.p4.workflow.source.AbstractSource
all, getClientView, getDescriptor
-
-
-
-
Constructor Detail
-
StreamSource
@DataBoundConstructor public StreamSource(String stream)
-
-
Method Detail
-
getStream
public String getStream()
-
getStreamAtChange
public String getStreamAtChange()
-
setStreamAtChange
@DataBoundSetter public void setStreamAtChange(String streamAtChange)
-
getWorkspace
public Workspace getWorkspace(String charset, String format)
- Specified by:
getWorkspacein classAbstractSource
-
-