public class BuildJobXpp3Writer extends Object
Constructor | Description |
---|---|
BuildJobXpp3Writer() |
Modifier and Type | Method | Description |
---|---|---|
void |
setFileComment(String fileComment) |
Method setFileComment.
|
void |
write(OutputStream stream,
BuildJob buildJob) |
Method write.
|
void |
write(Writer writer,
BuildJob buildJob) |
Method write.
|
public void setFileComment(String fileComment)
fileComment
- public void write(Writer writer, BuildJob buildJob) throws IOException
writer
- buildJob
- IOException
public void write(OutputStream stream, BuildJob buildJob) throws IOException
stream
- buildJob
- IOException
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.